
body{font-size: 12pt; background-color: #3D5257;}
p{  margin: 0 0 16px 0;
}



.navbar-nav{font-family: 'Fira Sans Extra Condensed';}
h1, h2, h3, h4, h5, h6{}
h1.b-title{font-size:50pt;color: #fff;font-family: 'Fira Sans Extra Condensed', sans-serif;}
h2.b-title{font-size:28pt;color: #FEEDB9;font-family: 'Fira Sans Extra Condensed', sans-serif;}



.style1 ul{padding:0px;background:#fff;}

.style1 ul li {

 font-family: 'Fira Sans Extra Condensed';
  list-style: none;
  
}
.style1 ul.dropdown-menu li {border-bottom:none;}
.style1 ul a {

font-family: 'Fira Sans Extra Condensed', sans-serif;
font-size:12pt;
 

}


.zmist-str{background:#fff;}

.zmist-str h1,h2,h3,h4,h5,h6{font-family: 'Fira Sans Extra Condensed', sans-serif; color: #3D5257;}

.zmist-str table{
  display: table;
border-collapse: collapse;
  border-spacing: 0;
background-color: transparent;
width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
border: 1px solid #ddd;
}
.zmist-str tr{
display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}
.zmist-str td{
display: table-cell;
padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #ddd;
border: 1px solid #ddd;
}
.zmist-str table tr:hover > td {
  background-color: #eaeaea;
}

.zmist-str img{border: solid 1px #ccc; padding: 5px;max-width:100%;}

.zmist-str img[align=left] {
  margin: 5px 10px 10px 0;
}
.zmist-str img[align=right] {
  margin: 5px 0 10px 10px;
}

.zmist-str span.img_tn, .allimgs .oneitem{  height: 250px!important;
font-size:85%;
background-color:#eee;}

.zmist-str .fa{
font-size: 24pt;
  color: #CB6318;
  float: left;
  margin-top: 5px;
  min-width: 50px;
}


.btn-success {
 padding: 15px 20px;
  border-left: 1px solid #869D04;
  border-right: 1px solid #869D04;
  border-top: 1px solid #869D04;
  cursor: pointer;
  z-index: 2;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
  background: #a7c400;
  background: -webkit-linear-gradient(#a7c400, #91A619);
  background: -moz-linear-gradient(#a7c400, #91A619);
  background: -o-linear-gradient(#a7c400, #91A619);
  background: -ms-linear-gradient(#a7c400, #91A619);
  background: linear-gradient(#a7c400, #91A619);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}


#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu {
  width: 100%;
  font-family: 'Fira Sans Extra Condensed';
  color: #ffffff;
}
#cssmenu ul ul {
  display: none;
}
.align-right {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 15px 20px;
  border-left: 1px solid #869D04;
  border-right: 1px solid #869D04;
  border-top: 1px solid #869D04;
  cursor: pointer;
  z-index: 2;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
  background: #a7c400;
  background: -webkit-linear-gradient(#a7c400, #91A619);
  background: -moz-linear-gradient(#a7c400, #91A619);
  background: -o-linear-gradient(#a7c400, #91A619);
  background: -ms-linear-gradient(#a7c400, #91A619);
  background: linear-gradient(#a7c400, #91A619);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15);
}
#cssmenu > ul > li > a:hover,
#cssmenu > ul > li.active > a,
#cssmenu > ul > li.open > a {
  color: #eeeeee;
  background: #91A619;
  background: -webkit-linear-gradient(#91A619, #869D04);
  background: -moz-linear-gradient(#91A619, #869D04);
  background: -o-linear-gradient(#91A619, #869D04);
  background: -ms-linear-gradient(#91A619, #869D04);
  background: linear-gradient(#91A619, #869D04);
}
#cssmenu > ul > li.open > a {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid #869D04;
}
#cssmenu > ul > li:last-child > a,
#cssmenu > ul > li.last > a {
  border-bottom: 1px solid #869D04;
}
.holder {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.holder::after,
.holder::before {
  display: block;
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  right: 20px;
  z-index: 10;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.holder::after {
  top: 17px;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
}
#cssmenu > ul > li > a:hover > span::after,
#cssmenu > ul > li.active > a > span::after,
#cssmenu > ul > li.open > a > span::after {
  border-color: #eeeeee;
}
.holder::before {
  top: 18px;
  border-top: 2px solid;
  border-left: 2px solid;
  border-top-color: inherit;
  border-left-color: inherit;
}
#cssmenu ul ul li a {
  cursor: pointer;
  border-bottom: 1px solid #222;
  border-left: 1px solid #222;
  border-right: 1px solid #222;
  padding: 10px 20px;
  z-index: 1;
  text-decoration: none;
  font-size: 13px;
  color: #eeeeee;
  background: #333;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li.open > a,
#cssmenu ul ul li.active > a {
  background: #333;
  color: #ffffff;
}
#cssmenu ul ul li:first-child > a {
  box-shadow: none;
}
#cssmenu ul ul ul li:first-child > a {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
#cssmenu ul ul ul li a {
  padding-left: 30px;
}
#cssmenu > ul > li > ul > li:last-child > a,
#cssmenu > ul > li > ul > li.last > a {
  border-bottom: 0;
}
#cssmenu > ul > li > ul > li.open:last-child > a,
#cssmenu > ul > li > ul > li.last.open > a {
  border-bottom: 1px solid #222;
}
#cssmenu > ul > li > ul > li.open:last-child > ul > li:last-child > a {
  border-bottom: 0;
}
#cssmenu ul ul li.has-sub > a::after {
  display: block;
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  right: 20px;
  z-index: 10;
  top: 11.5px;
  border-top: 2px solid #eeeeee;
  border-left: 2px solid #eeeeee;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
#cssmenu ul ul li.active > a::after,
#cssmenu ul ul li.open > a::after,
#cssmenu ul ul li > a:hover::after {
  border-color: #ffffff;
}










#breadcrumb {
  list-style: none;
  display: inline-block;
  padding-left: 0px;

 
}

#breadcrumb .icon {
  font-size: 14px;
}
#breadcrumb li {
  float: left;
}
#breadcrumb li a {
  color: #fff;
  display: block;
  background: #A7C400;
  text-decoration: none;
  position: relative;
  height: 34px;
  line-height: 34px;
  padding: 0 10px 0 5px;
  text-align: center;
  margin-right: 23px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;  
}
#breadcrumb li:first-child a {
  padding-left: 15px;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px 0 0 4px;
}
#breadcrumb li:first-child a:before {
  border: none;
}
#breadcrumb li:last-child a {
  padding-right: 15px;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0;
  border-radius: 0 4px 4px 0;
}
#breadcrumb li:last-child a:after {
  border: none;
}
#breadcrumb li a:before, #breadcrumb li a:after {
  content: "";
  position: absolute;
  top: 0;
  border: 0 solid #A7C400;
  border-width: 17px 10px;
  width: 0;
  height: 0;
}
#breadcrumb li a:before {
  left: -20px;
  border-left-color: transparent;
}
#breadcrumb li a:after {
  left: 100%;
  border-color: transparent;
  border-left-color: #A7C400;
}
#breadcrumb li a:hover {
  background-color: #869D04;
}
#breadcrumb li a:hover:before {
  border-color: #869D04;
  border-left-color: transparent;
}
#breadcrumb li a:hover:after {
  border-left-color: #869D04;
}
#breadcrumb li a:active {
  background-color: #869D04;
}
#breadcrumb li a:active:before {
  border-color: #869D04;
  border-left-color: transparent;
}
#breadcrumb li a:active:after {
  border-left-color: #869D04;
}
#breadcrumb li.current a {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65;
}




.footer{color:#aaa; font-size:10pt;}
.footer h4 {color: #869D04;font-size:20pt;}
.footer a {color: #88B0CD;}