/*************/
/*  Reset   */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: top;
  background: transparent;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

td {
  vertical-align: top;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

button::-moz-focus-inner {
  border: 0;
}

html {
  height: 100%;
}

body {
  height: 100%;
  color: #333;
  font: 100%/1.4 Arial, Helvetica, sans-serif;
  text-align: center;
  overflow-x: hidden;
}

header, footer, nav, section, aside, article { display: block; }
input, select, option, textarea, a, a:active { outline: none; }

a {
  color: #007ed6;
  text-decoration: none;
}

.header_menu {
  position: absolute;
  width: 100%;
  height: 100px;        /* szerokosc ciemnego tła */
  background: #000000;  /* kolor głównego tła */
  opacity: 0.65;
}

.wrapper {
  position: absolute;
  margin: 0 auto;
  width: 100%;      /* szerokosc całego menu */
  height: 100px;    /* szerokosc ale czego?????? */
  text-align: right;
  /*background: #000000;  /*  kolor głównego tła */
  opacity: 1.0;
}

.megamenu {
  position: relative;
  opacity: 1.0;
  display: inline-block;
  margin: 0 auto;
  top: -88px; /*  pozycja całego menu w pionie */
  margin-right: 20px;
  z-index: 10;
}

.megamenu > li {
  float: left;
  padding: 45px 0;  /* pozycja tekstu menu AFRYKA, AMERYKA, ITD. */
}

.megamenu > li.is-active > a,
.megamenu > li[data-hover="mega"]:hover > a {
  background: rgba(0, 0, 0, 0.3);
}

.megamenu > li.is-active > a:after,
.megamenu > li[data-hover="mega"]:hover > a:after {
  opacity: 1;
}

.megamenu > li > a {
  transition: all 0.05s linear;
  -webkit-transition: all 0.05s linear;
  -moz-transition: all 0.05s linear;
  -ms-transition: all 0.05s linear;
  -o-transition: all 0.05s linear;
  text-shadow: 0 1px 1px #000;
  font-weight: normal;
  text-transform: capitalize;
  border-radius: 10px;
  color: #fff;
  height: 0px;          /* szerokosc całosci!!!*/
  line-height: 2.5em;
  margin: 0 10px 0 0;    /*  odstęp pomiędzy NAME MENU */
  padding: 0 16px;
  display: inline-block;
  position: relative;
}

.megamenu > li > a:hover {
  background: rgba(0, 0, 0, 0.5);
}

/* Actual hover mega menues */
.mega {
  opacity: 1.0;
  display: none;

  position: absolute;
  margin: 52px 0 0 0; /* odstęp submenu */
  padding-left: 0px;
  padding-right: 0px;

  width: 285px;   /* szerokosc submenu*/
  z-index: 9998;
  text-align: left;
  background-color: #b69f73;    /* darker:   947d51*/
  /*background-color: rgba(182, 159, 115, 1.0);*/*/
}

.mega .inner {
  height: 100%;
  padding: 15px 15px 0;
}

.transition-all {
  transition: all 0.05s linear;
  -webkit-transition: all 0.05s linear;
  -moz-transition: all 0.05s linear;
  -ms-transition: all 0.05s linear;
  -o-transition: all 0.05s linear;
}

.transition-none {
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}


/* TRIANGLE POINTER */
.pointer{
  position: absolute;
  overflow: hidden;
  z-index: 9999;
  border: solid transparent;
  content: " ";
  width: 0;
  height: 0;
  border-right: 6px solid transparent;
  border-bottom: 12px solid #b69f73;
  border-left: 6px solid transparent;
  top: -15px;
  margin-left: -6px;
  opacity: 1.0;
}
/* TRIANGLE POINTER */


/* Sub menu inside in MENU*/
.level-2 {
  margin: 0 0 10px;
  overflow: hidden;
  opacity: 1.0;
}

.level-2 li {
  float: left;
  display: block;
}

.level-2 a {
  overflow: hidden;
  display: block;
  border-radius: 5px;
  height: 17px;
  padding: 10px 5px 5px 0;
  margin: 0 5px 0 0;
}

.level-2 a:hover,
.level-2 a.is-active {
 background: rgba(75, 75, 75, 0.9);    /* tło submenu napisy*/
}

.level-2 strong {
  font-size: 12px;
  word-wrap: break-word;
  display: block;
}

.level-2 p {
  font-size: 11px;
  color: #fff;
  word-wrap: break-word;
}

.level-2.picture-based strong { margin: 0 0 0 10px; }
.level-2.picture-based p { margin: 3px 0 0 10px; }

.level-2.link-based a { padding: 0px 5px 10px 0; }
.level-2.link-based strong { margin: 0 0 0 10px; }
.level-2.link-based p { margin: 3px 0 0 10px; }

.level-2.list-based a { height: auto; padding: 10px 5px 10px 0; }
.level-2.list-based strong { margin: 0 0 0 10px; }
.level-2.list-based p { margin: 3px 0 0 10px; }

.level-2.one-columns li { width: 50%; margin: 3px 0 0 10px;}
.level-2.two-columns li { width: 50%;}
.level-2.three-columns li { width: 33%; }
.level-2.four-columns li { width: 25%; }

input.icon_menu {
  margin: 0px;
  display: block;
  font-size: 12px;
  font-weight: normal;

  color: #ffffff;
  border: #000000 0px solid;

  background-color: #000000;
  cursor: hand;
}