body{font-family:  'Merriweather', Serif;}
h1,h2,h3,h4,h5,h6{font-family: 'Eczar', Serif;}

a{color:#C4A381;font-weight:700;}
a:hover{color:#AF151E;}
.titleBar h1,#footer a{color:#fff;}
#header{font-weight:500;padding-top:0.8em;padding-bottom:1.2em;}
.titleBar{width:100%;background: url('../images/page-bar-title-bg.jpg');background-size:cover;background-position:center center;
padding:2em;color:#fff;margin-bottom:2em;}

#scrollHeader.headhesive{background:#fff;position: fixed;display:none;position:fixed;top:0; top: 0;width:100%;
left: 0;z-index:998;display:none ;will-change: transform;
transition: transform 3.5s ease;transform:translateY(0%);padding:0.5em 0;}
 #scrollHeader.headhesive.headhesive--stick{display:block ;-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
}

#header ul li a,#scrollHeader ul li a{color:#242421;font-family: 'Eczar', Serif;}

#header ul.sub-menu li a,#scrollHeader ul.sub-menu li a{color:#fff;}
#scrollHeader{display:none;position:fixed;top:0;}

#header ul li ,#scrollHeader ul li{position:relative;}
ul.primary-menu,ul.sub-menu{list-style:none;}
.menuWrapper{padding:1.8em 0;}


.primary-menu-wrapper {
  display: none;
}

ul.primary-menu {
  display: flex;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: -0.0277em;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: -0.8rem 0 0 -1.6rem;
  font-family: 'Eczar', Serif;
}

.primary-menu .icon {
  display: block;
  height: 0.7rem;
  position: absolute;
  pointer-events: none;
  transform: rotate(-45deg);
  width: 1.3rem;
}

.primary-menu .icon::before,
.primary-menu .icon::after {
  content: "";
  display: block;
  background-color: currentColor;
  position: absolute;
  bottom: calc(50% - 0.1rem);
  left: 0;
}

.primary-menu .icon::before {
  height: 0.9rem;
  width: 0.2rem;
}

.primary-menu .icon::after {
  height: 0.2rem;
  width: 0.9rem;
}

.primary-menu li {
  font-size: inherit;
  line-height: 1.25;
  position: relative;
}

.primary-menu > li {
  margin: 0.8rem 0 0 1.6rem;
}

.primary-menu > li > a {
  padding-right: 2rem;
}

.primary-menu > li > .icon {
  right: -0.5rem;
  top: calc(50% - 0.4rem);
}

.primary-menu a {
  color: inherit;
  display: block;
  line-height: 1.2;
  text-decoration: none;
  word-break: normal;
  word-wrap: normal;
}

.primary-menu a:hover,
.primary-menu a:focus,
.primary-menu .current_page_ancestor {
  text-decoration: underline;
}



.primary-menu li.current-menu-item > a:hover,
.primary-menu li.current-menu-item > .link-icon-wrapper > a:hover,
.primary-menu li.current-menu-item > a:focus,
.primary-menu li.current-menu-item > .link-icon-wrapper > a:focus {
  text-decoration: none;
}

/* SUB MENU */

.primary-menu ul {
  background:rgba(73, 70, 68, 0.9);
  border-radius: 0.4rem;
  color: #fff;
  font-size: 0.9rem;
  opacity: 0;
  padding: 0.5rem 0;
  position: absolute;
  right: 9999rem;
  top: calc(100% + 0.7rem);
  transition: opacity 0.15s linear, transform 0.15s linear, right 0s 0.15s;
  transform: translateY(0.6rem);
  width: 15rem;
  z-index: 1;
}

.primary-menu li.menu-item-has-children:hover > ul,
.primary-menu li.menu-item-has-children:focus > ul,
.primary-menu li.menu-item-has-children.focus > ul {
  right: 0;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.15s linear, transform 0.15s linear;
}

.primary-menu ul::before,
.primary-menu ul::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
}

.primary-menu ul::before {
  height: 2rem;
  left: 0;
  right: 0;
}

.primary-menu ul::after {
  border: 0.8rem solid transparent;
  border-bottom-color: rgba(73, 70, 68, 0.9);
  right: 1.8rem;
}

.primary-menu ul a {
  background: transparent;
  border: none;
  color: inherit;
  display: block;
  padding: 0.5rem 1rem;
  transition: background-color 0.15s linear;
  width: 100%;
}

.primary-menu ul li.menu-item-has-children > a {
  padding-right: 4.5rem;
}

.primary-menu ul li.menu-item-has-children .icon {
  position: absolute;
  right: 1.5rem;
  top: calc(50% - 0.5rem);
}

/* DEEP DOWN */

.primary-menu ul ul {
  top: -1rem;
}

.primary-menu ul li.menu-item-has-children:hover > ul,
.primary-menu ul li.menu-item-has-children:focus > ul,
.primary-menu ul li.menu-item-has-children.focus > ul {
  right: calc(100% + 2rem);
}

.primary-menu ul ul::before {
  bottom: 0;
  height: auto;
  left: auto;
  right: -2rem;
  top: 0;
  width: 2rem;
}

.primary-menu ul ul::after {
  border-bottom-color: transparent;

  /*rtl:ignore*/
  border-left-color: rgba(73, 70, 68, 0.9);
  bottom: auto;
  right: -1.6rem;
  top: 2rem;
}

.rtl .primary-menu ul ul::after {
  transform: rotate(180deg);
}

.primary-menu li.current-menu-item > a,
.primary-menu li.current-menu-item > .link-icon-wrapper > a {
  color:#A4303F;
}

#header ul li.lang-item a,#scrollHeader ul li.lang-item a{font-size:0.75em;padding:0.3em;}
#header ul li.lang-item.current-lang a,#scrollHeader ul li.lang-item.current-lang a{color:#C79A52;}

/* Footer */
#footer{padding:1.5em 2em 0.8em 2em;width:100%;background: url('../images/fishermen-footer-bg.jpg');background-size:cover;color:#fff;}
#footer ul.menu{padding-top:2em;}
.footerAddress{padding:1.2em 0;clear:both;}
.footerAddress span{padding-left:40px;}
#footer .footerAddress a{font-weight:500;display:inline-block;margin-left:20px;}
.copyright{font-size:0.8em;padding-top:2em;}

p.bodu{font-family:Arial, sans-serif;text-align:right;font-size:0.7em;}
p.bodu a{color:#fff;}
p.bodu a span{color:#000;}
.boduHidden{opacity:0;}

.boduVisible{opacity:1;}

.bodu1{

  -webkit-animation-duration: 3s;

  -webkit-animation-delay: 0s;

  

}



.bodu2{

  -webkit-animation-duration: 2s;

  -webkit-animation-delay: 4s;

  

}



.bodu3{-webkit-animation-duration: 3s;

  -webkit-animation-delay: 6s;

  }




/* table hack */
table thead {
    background: none; 
    color: #0a0a0a;
}

table thead, table tbody, table tfoot {
    border:none; 
    background-color: none;
}

table tbody tr:nth-child(even) {
    background-color: #ffffff;
}

/* accordion hack */
.accordion-title {
    display: block;
    padding: 1.25rem 1rem;
    line-height: 1;
    font-size: 1.25rem; */
    color: #0a0a0a; 
    position: relative;
    border: 1px solid #e6e6e6;
    border-bottom: 0;
}


a.accordion-title{color: #0a0a0a;}
a.accordion-title::before{color:#cb2229;font-weight:bold;}


.accordion-content {
   
    
    background-color: #0a0a0a;
    color: #ffffff;
}

/* for mp3 player */
.ui360,
.sm2-360ui {
  /* size of the container for the circle, etc. */
  width:50px;
  height:50px;
}


@media screen and (max-width: 39.9375em) {

.title-bar{background:#fff;}
.title-bar img{width:60%;height:auto;margin:0.2em auto;}
.title-bar-title{text-align:center;}
.menu-icon::after{background:#242421;box-shadow: 0 7px 0 #242421, 0 14px 0 #242421;}

.top-bar, .top-bar ul{background:#fff;}
.top-bar a,.top-bar ul a{color:#242421;}
.footerAddress span{display:block;clear:both;margin:1.2em auto;padding-left:0;}
.footerAddress span a{margin:0;}

}


@media only screen and (min-width: 1700px) {#collectionButton{padding-top:8em;}
 
 
 }

/* ipad portrait fixes */
 @media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { 
#

 }

 @media only screen and (orientation : portrait)
{}

 