.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*======================= TYPOGRAPHY =======================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #feac32;
}

body.home #preload {
/*background: url(/images/slideshow/slide-1.webp) no-repeat;*/
background: url(/images/slideshow/3463259.webp) no-repeat;
background-size: cover;
position: absolute;
top: 0;
left: 0;
right: 0;
height: 561px;
}
body.home #header-row { min-height: 302px; }
body.home #header-row > header > .moduletable { min-height: 420px; }

.pg-category-view .page-header h1,
.page-contact h1,
section.page-blog > header > h1,
h2,
h3 {
  color: #222222;
  font: bold 36px/40px 'Raleway', sans-serif;
  margin-bottom: 5px;
  text-transform: uppercase;
}
header,
.page-header,
.page_header {
  text-align: center;
}
/* Header Line */
.pg-category-view .page-header h1,
.page-contact > .page_header > h1,
section.page-blog > header > h1,
.page-registration .page_header h1,
section.page-gallery > header > h2,
header h3,
.page-header h3,
.page_header h3 {
  text-align: center;
  overflow: hidden;
  margin-bottom: 8px;
}
/* Header Lines */
.pg-category-view .page-header h1 > span,
.page-contact h1 > span,
section.page-blog > header > h1 > span,
.page-registration .page_header h1 span,
section.page-gallery > header > h2 > span,
header h3 span,
.page-header h3 span,
.page_header h3 span {
  display: inline-block;
  position: relative;
}
/* Header Lines */
.pg-category-view .page-header h1 span:first-child:before,
.page-contact h1 > span:first-child:before,
section.page-blog > header > h1 > span:first-child:before,
#kunena ol.breadcrumb > li > a[href="/news"]:before,
.page-registration .page_header h1 span:first-child:before,
section.page-gallery > header > h2 > span:first-child:before,
header h3 span.firstItem:before,
.page-header h3 span.firstItem:before,
.page_header h3 span.firstItem:before {
  content: "";
  background: url(../images/template/border-title.png) 0 0 repeat-x;
  height: 1px;
  display: block;
  position: absolute;
  top: 85%;
  width: 1000px;
  left: -1019px;
}
/* Header Lines */
.pg-category-view .page-header h1 > span:last-child:after,
.page-contact h1 > span:last-child:after,
section.page-blog > header > h1 > span:last-child:after,
#kunena ol.breadcrumb > li > a[href="/news"]:after,
.page-registration .page_header h1 span:last-child:after,
section.page-gallery > header > h2 > span:last-child:after,
header h3 span.lastItem:before,
.page-header h3 span.lastItem:before,
.page_header h3 span.lastItem:before,
header h3 span.lastItem:after,
.page-header h3 span.lastItem:after,
.page_header h3 span.lastItem:after {
  content: "";
  background: url(../images/template/border-title.png) 0 0 repeat-x;
  height: 1px;
  display: block;
  position: absolute;
  top: 85%;
  width: 1000px;
  right: -1019px;
}
.page-item header h3,
.page-item .page-header h3,
.page-item .page_header h3 {
  padding-bottom: 20px;
  text-align: left;
}
header h4,
.page-header h4,
.page_header h4 {
  text-align: left;
}
h4 {
  color: #222222;
  font: bold 24px/30px 'Raleway', sans-serif;
  margin-bottom: 23px;
  text-transform: uppercase;
}
h5 {
  color: #222222;
  font: 20px/24px 'Raleway', sans-serif;
  margin-bottom: 11px;
  min-height: 28px;
  text-transform: uppercase;
}
h6 {
  color: #222222;
  font: 18px/24px 'Raleway', sans-serif;
  margin-bottom: 11px;
  text-transform: uppercase;
}
.alert-heading {
  color: inherit;
}
p {
  margin: 0;
  padding-bottom: 20px;
}
.icons-marker {
  font-size: 15.6px;
  line-height: 20px;
}
/*Buttons*/
.btn {
  padding: 4px 14px;
  font-size: 13px;
  line-height: 20px;
  background: #ffffff;
  color: #9b9b9b;
  text-shadow: none;
  border: 1px solid #e6e6e6;
  border-bottom-color: #e6e6e6;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn:hover {
  text-decoration: none;
  background: #e6e6e6;
  color: #000000;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn.disabled {
  cursor: default !important;
}
.btn-primary,
.btn-small {
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  background: none;
  color: #feac32;
  text-shadow: none;
  border: 3px solid #feac32;
  padding: 9px 24px 8px;
  text-transform: uppercase;
}
.btn-primary:hover,
.btn-small:hover,
.btn-primary:focus,
.btn-small:focus,
.btn-primary:active,
.btn-small:active {
  background: #feac32;
  color: #000000;
  text-shadow: none;
  outline: none !important;
}
.btn-primary.submitButton,
.btn-small.submitButton {
  float: right;
}
.btn-primary.disabled,
.btn-small.disabled {
  background: #feac32;
  color: #000000;
  text-shadow: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-info {
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  background: none;
  color: #feac32;
  text-shadow: none;
  border: 3px solid #feac32;
  padding: 9px 24px 8px;
  text-transform: uppercase;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active {
  background: #feac32;
  color: #000000;
  text-shadow: none;
  outline: none !important;
}
#searchForm .btn.btn-primary {
  height: 28px;
  padding: 0 8px;
}
/*Lists*/
ul.item_list,
ul.item-list,
.categories-module,
.archive-module {
  margin: 0;
  overflow: hidden;
}
ul.item_list li,
ul.item-list li,
.categories-module li,
.archive-module li {
  background: url(../images/template/marker.png) 0 3px no-repeat;
  list-style: none;
  padding: 0 0 16px 24px;
  text-transform: uppercase;
}
ul.item_list li a,
ul.item-list li a,
.categories-module li a,
.archive-module li a {
  color: #222222;
  font-weight: bold;
  font-family: 'Raleway', sans-serif;
}
ul.item_list li a:hover,
ul.item-list li a:hover,
.categories-module li a:hover,
.archive-module li a:hover {
  color: #feac32;
}
ul.categories-module h5 {
  font-size: 1em;
  line-height: inherit;
  font-weight: normal;
  margin: 0;
}
/*Pagination*/
.pagination {
  height: auto;
  margin: 0;
  padding: 0 0 50px;
}
.pagination ul {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin: 0 auto;
  width: 100%;
}
.pagination ul li {
  display: inline-block;
  margin-right: 8px;
}
.pagination ul li .pagenav,
.pagination ul li .hasTooltip {
  background: #ffffff;
  color: #9b9b9b;
  text-shadow: none;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  border: 1px solid #c9c9c9;
  box-shadow: none;
  padding: 4px 12px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-transform: none;
}
.pagination ul li span.pagenav,
.pagination ul li .span.hasTooltip {
  border-color: #feac32;
  background: #feac32;
  color: #ffffff;
  text-shadow: none;
}
.pagination ul li a.pagenav,
.pagination ul li a.hasTooltip {
  background: #ffffff;
  color: #9b9b9b;
  text-shadow: none;
}
.pagination ul li a.pagenav:hover,
.pagination ul li a.hasTooltip:hover {
  border-color: #feac32;
  background: #feac32;
  color: #ffffff;
  text-shadow: none;
}
.pagination ul li.num span.pagenav,
.pagination ul li.num span.hasTooltip {
  border-color: #feac32;
  background: #feac32;
  color: #ffffff;
  text-shadow: none;
}
/*Forms*/
input[type='radio'],
input[type='checkbox'] {
  margin: -2px 0 0;
}
/* Images */
.item_img,
.category_img {
  margin: 0 0 25px;
  position: relative;
}
figure.item_img {
    overflow: hidden;
}
.item_img {
  font-size: 0;
  line-height: 0;
}
.item_img a,
.page-featured.home .item_img {
  position: relative;
  display: inline-block;
  max-width: 100%;
}
.item_img a:after,
.page-featured.home .item_img:after {
  content: '';
  position: absolute;
  left: 0; right: 0; margin: 0 auto;
  width: 50px; height: 50px;
  display: block;
  background: url(../fonts/fa/plus.svg.br);
  text-align: center;
  top: -50px;
  transition: all 0.5s ease;
  z-index: 3;
  cursor: pointer;
  background-size: cover !important;
  opacity: .65;
}
.item_img a.touchGalleryLink:after {
  display: none;
}
.item_img a:hover:after,
.page-featured.home article:hover .item_img:after {
  top: calc(50% - 25px);
}
.item_img a .BWfade {
  width: 100% !important;
  height: 100% !important;
  z-index: 2;
}
.item_img a img {
  opacity: 0.99;
  filter: alpha(opacity=99);
}
.img-intro__left,
.img-full__left {
  float: left;
  margin: 0 18px 9px 0;
  max-width: 50%;
}
.img-intro__right,
.img-full__right {
  float: right;
  margin: 0 0 9px 18px;
  max-width: 50%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
#system-message > div {
  margin: 20px 0;
}
/*======================= TOP =======================*/
body:not(.view-featured) #top-row {
  background: url(../images/template/top_bg2.webp) center bottom no-repeat;
  background-size: cover;
}
#top-row {
  /*background: url(../images/template/top_bg.jpg) center 0 no-repeat;*/
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.17);
  margin-bottom: 1px;
}
#top-row > .top {
  background: url(../images/template/top_bg.png) 0 0 repeat;
  position: relative;
  z-index: 1;
}
#top-row > .top:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 7px;
  background: #f5f5ed;
}
/*======================= HEADER =======================*/
#logo {
  margin-bottom: -54px;
  position: relative;
  z-index: 2;
}
#logo h1 {
  font-size: 0;
  line-height: 0;
  height: 0;
  width: 0;
  border: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  text-indent: -9999px;
}
/* Single SVG OR Single Webp Logo Option */
#logo > a {
  background: no-repeat url(/images/logo-postit-bg.webp);
  width: 318px;
  height: 171px;
  display: block;
}
body.leadwood #logo { /* Leadwood Logo Changes */
    height: 171px;
}
body.leadwood #logo > a { /* Leadwood Logo Changes */
    height: 236px;
    background-size: 318px 230px;
}
#logo > a > img {
  width: 172px;
  margin: 0% calc(23% - 10px);
  padding-top: 5%;
  transition: all .25s ease-in-out;
}
#logo > a:hover > img {
  transform: scale(1.07);
}
/* LeadWood Changes */
.top .navigation ul.sf-menu > li[class*="item-101"] > a { display: block; }
.top .navigation ul.sf-menu > li[class*="item-321"] > a { display: none; }

.leadwood .top .navigation ul.sf-menu > li[class*="item-101"] > a { display: none; }
.leadwood .top .navigation ul.sf-menu > li[class*="item-321"] > a {
    display: block;
    height: 52px;
    line-height: 1.25em;
    padding-top: 46px;
    text-align: center;
    max-width: 82px;
}

.leadwood .top #logo > a > img {
    width: 195px;
    margin: 0% calc(19% - 10px);
    padding-top: .8%;
}

.leadwood .footer_logo > img { width: 195px; }

/*======================= NAVIGATION =======================*/
.contentInner {
  background: url(../images/template/contentInner_bg.gif) center 0 repeat;
  padding-top: 128px;
}
#navigation-row {
  width: 100%;
  background: #e4e4e4;
}
.navigation ul.sf-menu {
  float: right;
  /*SubMenu Styles*/

}
.navigation ul.sf-menu > li {
  padding: 0;
  margin: 0 0 0 1px;
}
.navigation ul.sf-menu > li.active > a,
.navigation ul.sf-menu > li.sfHover > a,
.navigation ul.sf-menu > li.current > a,
.navigation ul.sf-menu > li.active > span,
.navigation ul.sf-menu > li.sfHover > span,
.navigation ul.sf-menu > li.current > span {
  background: #feac32;
  color: #ffffff;
}
.navigation ul.sf-menu > li.active > a:after,
.navigation ul.sf-menu > li.sfHover > a:after,
.navigation ul.sf-menu > li.current > a:after,
.navigation ul.sf-menu > li.active > span:after,
.navigation ul.sf-menu > li.sfHover > span:after,
.navigation ul.sf-menu > li.current > span:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.navigation ul.sf-menu > li > a,
.navigation ul.sf-menu > li > span {
  font-size: 16px;
  line-height: 60px;
  font-family: 'Raleway', sans-serif;
  color: #222222;
  background: none;
  display: block;
  /*padding: 38px 18px 5px;*/
  padding: 38px 14px 5px 14px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-transform: uppercase;
  position: relative;
}
.navigation ul.sf-menu > li > a:hover,
.navigation ul.sf-menu > li > span:hover {
  background: #feac32;
  color: #ffffff;
}
.navigation ul.sf-menu > li > a:hover:after,
.navigation ul.sf-menu > li > span:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.navigation ul.sf-menu > li > a:before,
.navigation ul.sf-menu > li > a:after,
.navigation ul.sf-menu > li > span:after {
  opacity: 0;
  filter: alpha(opacity=0);
  content: "";
  position: absolute;
  left: 0;
  bottom: -14px;
  right: 0;
  background: #feac32;
  border-bottom: 1px solid #feb344;
  border-top: 1px solid #feb344;
  height: 5px;
  z-index: 1;
}
.navigation ul.sf-menu > li > a:before {
  background: transparent;
  bottom: -7px;
}
.navigation ul.sf-menu li > ul:before {
  content: "";
  position: absolute;
  top: -8px;
  height: 8px;
  width: 100%;
  background: transparent;
}
.navigation ul.sf-menu li > ul {
  top: 125px;
  /*top: 117px;*/

  /*Define 1st SubMenu position*/

}
.navigation ul.sf-menu ul {
  width: 142px;
  /*Define menu width*/

}
.navigation ul.sf-menu li li ul {
  /*Define SubMenu position*/

  top: -15px;
  left: 150px;
}
.navigation ul.sf-menu li li li ul {
  /*Define 2nd+ SubMenu position*/

  top: -15px;
  left: 150px;
}
.navigation ul.sf-menu ul {
  background: #feac32;
  padding: 15px 0;
}
.navigation ul.sf-menu ul li {
  padding: 5px 26px;
}
.navigation ul.sf-menu ul li.open > .sub-menu {
  display: block !important;
}
.navigation ul.sf-menu ul li a,
.navigation ul.sf-menu ul li span {
  /*font-size: 11px;*/
    font-size: 14px;
  line-height: 20px;
  font-family: 'Raleway', sans-serif;
  color: #222222;
  background: none;
  display: block;
  padding: 0px;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-transform: uppercase;
}
.navigation ul.sf-menu ul li a:hover,
.navigation ul.sf-menu ul li span:hover {
  background: none;
  color: #ffffff;
}
.navigation ul.sf-menu ul li.active > a,
.navigation ul.sf-menu ul li.sfHover > a,
.navigation ul.sf-menu ul li.active > span,
.navigation ul.sf-menu ul li.sfHover > span {
  background: none;
  color: #ffffff;
}
.navigation ul.sf-menu ul li.firstItem {
  border: none;
}
.navigation ul.sf-menu.sf-vertical {
  width: 142px;
}
.navigation ul.sf-menu.sf-vertical li {
  width: 142px;
  margin-bottom: 1px;
}
.navigation ul.sf-menu.sf-vertical li:hover > ul,
.navigation ul.sf-menu.sf-vertical li.sfHover > ul {
  /*Define 1st SubMenu position*/

  top: -13px;
}
.navigation ul.sf-menu.sf-vertical ul {
  left: 144px;
}
.navigation ul.sf-menu.sf-vertical ul li a,
.navigation ul.sf-menu.sf-vertical ul li span {
  padding: 9px 12px;
}
.navigation ul.sf-menu.sf-navbar {
  height: 60px;
  padding-bottom: 60px;
  margin-bottom: 2px;
}
.navigation ul.sf-menu.sf-navbar li:hover > ul,
.navigation ul.sf-menu.sf-navbar li.sfHover > ul {
  /*Define 1st SubMenu position*/

  top: 62px;
  left: 0;
}
.navigation ul.sf-menu.sf-navbar li ul {
  width: auto;
  padding: 2px 0;
}
.navigation ul.sf-menu.sf-navbar li ul ul.sub-menu {
  width: 142px;
  top: 60px;
}
.search-block {
  text-align: right;
}
.search-block input {
  max-width: 100%;
}
.masonry .item {
  margin-left: 0 !important;
}
/*======================= SHOWCASE =======================*/
.mod-article-single .item__module {
  margin-bottom: 40px;
  overflow: hidden;
}
.mod-article-single.mod-article-single__color {
  font: 24px/30px 'Raleway', sans-serif;
  background: #feac32;
  color: #ffffff;
  text-shadow: none;
  margin-bottom: 63px;
  overflow: hidden;
  padding: 4px 39px 39px 37px;
  text-transform: uppercase;
}
.mod-article-single.mod-article-single__color .item__module {
  float: left;
  margin-bottom: 0;
}
.mod-article-single.mod-article-single__color .item__module .item-title {
  font-size: 40px;
  color: #ffffff;
  margin-bottom: 0px;
}
.mod-article-single.mod-article-single__color .mod-article-single_custom-link {
  float: right;
  padding: 54px 0 22px;
}
.mod-article-single.mod-article-single__color .mod-article-single_custom-link a {
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  border: 3px solid #ffffff;
  padding: 9px 22px 6px 24px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.mod-article-single.mod-article-single__color .mod-article-single_custom-link a:hover {
  background: #ffffff;
}
.mod-article-single.mod-article-single__color a {
  color: #ffffff;
}
.mod-article-single.mod-article-single__color a:hover {
  color: #222222;
}
.mod-article-single.mod-article-single__white .item__module {
  background: white;
  padding-right: 76px;
}
.mod-article-single.mod-article-single__white .item_img {
  margin-bottom: 0;
}
.mod-article-single.mod-article-single__white .item-title {
  color: #feac32;
}
.mod-article-single.mod-article-single__white h4 {
  font-weight: normal;
}
.mod-article-single .item-title {
  padding-top: 36px;
}
.mod-newsflash-adv .isotope {
  margin: 0 -1.5%;
}
.mod-newsflash-adv .isotope-item {
  padding: 0 1.5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  float: left;
}
.mod-newsflash-adv .isotope-item.straightDown {
  text-align: center;
}
.mod-newsflash-adv .item_published {
  display: block;
  margin-bottom: 12px;
}
.mod-newsflash-adv .item_published .fa {
  color: #feac32;
  font-size: 15px;
  margin-right: 3px;
}
.mod-newsflash-adv.icons {
  position: relative;
}
.mod-newsflash-adv.icons > .masonry {
  margin-bottom: 34px;
}
@media screen and (max-width: 768px) {
  body.home #preload { height: 0; background: none; display: none; }
  body.home #header-row { min-height: auto; }
  body.home #header-row > header > .moduletable { min-height: auto; }
  .mod-newsflash-adv.icons > .masonry {
    height: 100% !important;
  }
}
.mod-newsflash-adv.icons > .masonry > article.item {
  height: 95%;
  position: relative !important;
  top: unset !important;
  left: unset !important;
  margin-bottom: 0px;
}
.mod-newsflash-adv.icons .item.color1 .item_content {
  border-top: 13px solid #ff8b3d;
}
.mod-newsflash-adv.icons .item.color2 .item_content {
  border-top: 13px solid #feac32;
}
.mod-newsflash-adv.icons .item.color3 .item_content {
  border-top: 13px solid #ffd736;
}

.mod-newsflash-adv.icons .item_content {
  height: 100%;
  position: relative;
  transition: all .2s linear;
}
.mod-newsflash-adv.icons .row-fluid article.item .item_content:hover {
  transform: translateY(-10px);
  min-height: 380px;
}
.mod-newsflash-adv.icons .item_content .inner {
  height: calc(100% - 45px);
  background: #ffffff;
  padding: 0 20px 44px;
  position: relative;
  z-index: 1;
}
.mod-newsflash-adv.icons .item_content .inner .item_title span {
  display: block;
}
.mod-newsflash-adv.icons .item_content .inner .item_img {
  height: 185px;
  position: relative;
  transition: all .25s ease-in-out;
}
.mod-newsflash-adv.icons .item_content .inner:hover .item_img {
  transform: scale(1.1);
}
.mod-newsflash-adv.icons .item_content .inner .item_img:before,
.mod-newsflash-adv.icons .item_content .inner .item_img:after,
.mod-newsflash-adv.icons .item_content .inner .item_img img {
  position: absolute;
  top: 0; right: 0; left: 0;
  margin: 0 auto;
  transition: all .25s ease-in-out;
}
.mod-newsflash-adv.icons .item_content .inner .item_img:before {
  content: url(/images/home-block-icons/icobg.webp);
}
.mod-newsflash-adv.icons .item_content .inner .item_img img {
  max-height: 114px;
  max-width: 114px;
  top: 50%;
  transform: translateY(-50%);
  transform-origin: 50% 0;
  z-index: 1;
}
/* LeadWood logo fix */
.mod-newsflash-adv.icons .item_content .inner .item_img img[src*="ll-logo-trans"] {
  max-width: initial;
  top: 46%;
  left: 3px;
}
.mod-newsflash-adv.icons .color3 .inner .item_img img { max-width: 120px; }
.mod-newsflash-adv.icons .inner:hover .item_img img {
  filter: hue-rotate(180deg);
  transform: rotate(10deg) translateY(-50%);
}
/* 4 blocks carrot - *//*.mod-newsflash-adv.icons .color2 .inner .item_img img { right: 9%; }*/
/* 2 blocks carrot - *//*.mod-newsflash-adv.icons .color2 .inner .item_img img { right: 3%; }*/
/* try 2 block carrot margin  */
/***** .mod-newsflash-adv.icons .color2 .inner .item_img img { right: 9%; } */
.mod-newsflash-adv.icons .color2 .inner .item_img img[src*="carrot"] { margin-left: 41.5%; }
.mod-newsflash-adv.icons .color2 .inner:hover .item_img img { filter: hue-rotate(90deg) brightness(.5); }
.mod-newsflash-adv.icons .item_content .inner .item_img:after {
  content: "";
  top: 10px;
  width: 172.5px; height: 172.5px;
  border-radius: 100%;
  background: #fff;
}
.mod-newsflash-adv.icons .color1 .inner:hover .item_img:after {
  background: #ff8b3d;
}
.mod-newsflash-adv.icons .color2 .inner:hover .item_img:after {
  background: #feac32;
}
.mod-newsflash-adv.icons .color3 .inner:hover .item_img:after {
  background: #ffd736;
}

.mod-newsflash-adv.icons .item_content .inner .item_introtext:after {
  content: "More";
  max-width: 20%;
  position: absolute;
  top: 82%; left: 0; right: 0;
  margin: 0 auto;
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  background: none;
  color: #feac32;
  text-shadow: none;
  padding: 9px 24px 8px;
  text-transform: uppercase;
  border: 3px solid #feac32;
  transition: all .25s ease-in-out;
}
.mod-newsflash-adv.icons .item .inner:hover .item_introtext:after {
  color: #000;
}
.mod-newsflash-adv.icons .item.color1 .inner .item_introtext:after { border-color: #ff8b3d; }
.mod-newsflash-adv.icons .item.color1 .inner:hover .item_introtext:after { background: #ff8b3d; }
.mod-newsflash-adv.icons .item.color2 .inner .item_introtext:after { border-color: #feac32; }
.mod-newsflash-adv.icons .item.color2 .inner:hover .item_introtext:after { background: #feac32; }
.mod-newsflash-adv.icons .item.color3 .inner .item_introtext:after { border-color: #ffd736; }
.mod-newsflash-adv.icons .item.color3 .inner:hover .item_introtext:after { background: #ffd736; }

.mod-newsflash-adv.icons .altlinka {
    position: absolute;
    top: -85px; right: 0; bottom: 0; left: 0;
    color: transparent;
    cursor: pointer;
}

.mod-newsflash-adv.icons .item_content .item_title {
  margin-bottom: 18px;
  padding-top: 24px;
}
.mod-newsflash-adv.icons .item_content .item_introtext {
  padding-bottom: 66px;
}
.mod-newsflash-adv.icons .item_content:before,
.mod-newsflash-adv.icons .item_content:after {
  content: "";
  position: absolute;
  bottom: 15px;
  left: 10px;
  width: 50%;
  height: 30%;
  max-width: 300px;
  -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.2);
  -webkit-transform: rotate(-4deg);
  -moz-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  -o-transform: rotate(-4deg);
  transform: rotate(-4deg);
}
.mod-newsflash-adv.icons .item_content:after {
  right: 10px;
  left: auto;
  -webkit-transform: rotate(4deg);
  -moz-transform: rotate(4deg);
  -ms-transform: rotate(4deg);
  -o-transform: rotate(4deg);
  transform: rotate(4deg);
}
.mod-newsflash-adv.icons .img-intro__none {
  top: -90px;
  margin-bottom: -90px;
}
.mod-newsflash-adv.posts .readmore {
  font-family: Trebuchet MS, sans-serif;
  font-size: 13px;
  line-height: 20px;
  background: none;
  color: #feac32;
  text-shadow: none;
  border: none;
  padding: 0px;
  vertical-align: top;
  text-transform: lowercase;
}
.mod-newsflash-adv.posts .readmore:hover,
.mod-newsflash-adv.posts .readmore:focus,
.mod-newsflash-adv.posts .readmore:active {
  box-shadow: none;
  background: none;
  color: #222222;
  text-shadow: none;
  outline: none !important;
}
.mod-newsflash-adv.art .item_img {
  margin: -37px -21px 20px -25px;
}
.mod-newsflash-adv.art .item_img.img-intro__left {
  margin: -37px 26px -21px -25px;
  max-width: 53%;
}
.mod-newsflash-adv.art .item_content {
  border: 1px solid #c9c9c9;
  padding: 36px 20px 20px 24px;
}
/*======================= FEATURE =======================*/
#feature-row {
  padding-top: 25px;
}
/*======================= MAINTOP =======================*/
/*======================= CONTENT TOP =======================*/
/*======================= CONTENT =======================*/
#component {
  min-height: 0;
}
.item {
  margin-bottom: 40px;
}
.item:after {
  content: '';
  display: block;
  clear: both;
}
.page-header {
  border: none;
  padding: 0;
  margin: 0;
}
.item_info_dl {
  margin: 0 0 19px;
}
.item_info_dl dd {
  margin: 0 9px 0 0;
  display: inline-block;
}
.item_info_dl dd > * {
  display: inline;
}
.item_info_dl dd .fa {
  color: #feac32;
  font-size: 15px;
  margin-right: 3px;
}
/*.item_info_dl dd.komento {
  text-transform: lowercase;
}*/
.item_info_dl dd a {
  color: #9b9b9b;
}
.item_info_dl dd a:hover {
  color: #feac32;
}
.item_icons.btn-group.pull-right {
  margin: 0px 0 10px 10px;
  position: relative;
  z-index: 10;
}
.item_icons.btn-group.pull-right ul.dropdown-menu {
  background-clip: padding-box;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  list-style: none outside none;
  margin: 2px 0 0;
  min-width: 160px;
  padding: 5px 0;
  position: absolute;
  top: 100%;
  z-index: 1000;
}
.item_icons.btn-group.pull-right ul.dropdown-menu li {
  padding: 0;
  float: none;
}
/*===== Gallery Page ======*/
ul.gallery {
  margin: 0;
  text-align: justify;
  font-size: 0.1px;
  display: block;
  line-height: 0;
}
ul.gallery:after {
  content: "";
  display: inline-block;
  width: 100%;
}
ul.gallery .gallery-item {
  list-style: none;
  opacity: 0;
  filter: alpha(opacity=0);
  display: none;
  font-size: 13px;
  line-height: 20px;
  overflow: hidden;
}
ul.gallery .gallery-item .view .content * {
  color: inherit;
}
ul.gallery .gap {
  list-style: none;
}
ul.gallery .gallery-grid .item_img {
  margin-right: 0;
  float: none;
  max-width: 100%;
}
ul.gallery .gallery-grid .item_img img {
  opacity: 0.99;
  filter: alpha(opacity=99);
}
ul.gallery .gallery-grid.straightDown {
  float: none;
}
ul.gallery .gallery-grid.straightDown .item_img {
  float: left;
  margin: 0 20px 20px 0 !important;
}
ul.gallery .gallery-grid .view a.hover_more {
  background: none !important;
  line-height: inherit;
  border: none;
  color: inherit;
}
ul.gallery .gallery-grid .view a.hover_more span {
  display: none;
}
ul.gallery .gallery-grid .view a.hover_more:hover {
  color: #999;
}
ul.gallery .gallery-grid .view a {
  color: inherit;
}
ul.gallery .gallery-grid .view a:hover {
  color: #999;
}
ul.gallery .gap {
  display: inline-block;
}
ul.gallery .gallery-list {
  margin: 0 0 15px;
}
ul.gallery .gallery-list .view a.hover_more i {
  display: none;
}
ul.gallery .gallery-list .galleryZoom {
  display: none;
}
ul.gallery .item_more a {
  vertical-align: top;
}
ul.gallery.cols-3 .gap,
ul.gallery.cols-3 .gallery-grid {
  width: 32%;
}
ul.gallery.cols-1 .gap,
ul.gallery.cols-1 .gallery-grid {
  width: 100%;
}
ul.gallery.cols-2 .gap,
ul.gallery.cols-2 .gallery-grid {
  width: 48%;
}
ul.gallery.cols-4 .gap,
ul.gallery.cols-4 .gallery-grid {
  width: 24%;
}
/*===== Testimonials Page ======*/
.page-category__testimonials .item {
  margin-bottom: 30px;
}
blockquote {
  font-size: 16px;
  font-style: italic;
  line-height: 24px;
  color: #9b9b9b;
  padding: 0 0 20px;
  margin: 0;
  border-left: none;
}
blockquote:before {
  content: url(../images/template/blockquote.png);
  float: left;
  margin-right: 30px;
}
blockquote p {
  font-size: 16px;
  font-style: italic;
  font-weight: normal;
  line-height: 24px;
  margin-bottom: 0;
  padding: 0;
}
small {
  color: #222222;
  font: bold 14px/36px 'Raleway', sans-serif;
}
small:before {
  content: "- ";
}
/*===== Team Page ======*/
.page-category__team .item_introtext {
  overflow: hidden;
}
/*===== Blog Page ======*/
.tags {
  clear: both;
}
.addthis_toolbox {
  padding-top: 13px;
}
/*======================= CONTENT BOTTOM =======================*/
#content-bottom-row {
  padding-top: 26px;
}
/*======================= ASIDE RIGHT =======================*/
aside header,
aside .page-header,
aside .page_header {
  text-align: center;
}
aside header h3,
aside .page-header h3,
aside .page_header h3 {
  text-align: left;
  margin-bottom: 20px;
}
aside header h3 span.firstItem:before,
aside .page-header h3 span.firstItem:before,
aside .page_header h3 span.firstItem:before {
  display: none;
}
aside header h3 span.lastItem:before,
aside .page-header h3 span.lastItem:before,
aside .page_header h3 span.lastItem:before,
aside header h3 span.lastItem:after,
aside .page-header h3 span.lastItem:after,
aside .page_header h3 span.lastItem:after {
  display: none;
}
aside .moduletable {
  margin-bottom: 40px;
}
aside .moduletable.border {
  border: 1px solid #c9c9c9;
  padding: 32px;
}
.moduletable.fright {
  float: right;
}
.mod-menu .nav.menu li a,
.list1 ul li a {
  display: inline;
}
.mod-menu .nav.menu li a:hover,
.list1 ul li a:hover {
  background: none;
}
.tagspopular ul {
  margin: 0;
}
.tagspopular ul li {
  list-style: none;
  display: inline-block;
  padding: 0 15px 12px 0;
}
/*======================= MAINBOTTOM =======================*/
#mainbottom-row {
  padding-bottom: 40px;
  padding-top: 38px;
}
/*======================= BOTTOM =======================*/
#bottom-row {
  padding-bottom: 32px;
  padding-top: 38px;
}
#bottom-row .row-container .moduleTitle {
  font-size: 30px;
  line-height: 40px;
  text-align: left;
}
#bottom-row .row-container .moduleTitle span:before,
#bottom-row .row-container .moduleTitle span:after {
  display: none;
}
/*======================= FOOTER =======================*/
#footer-wrapper .footer-wrapper-inner {
  border-top: 1px solid #e4e4e4;
  font-size: 16px;
  line-height: 24px;
}
#footer-wrapper .footer-wrapper-inner .moduleTitle {
  font-size: 24px;
  line-height: 56px;
  margin-bottom: 10px;
  text-align: left;
}
#footer-wrapper .footer-wrapper-inner .moduleTitle span:before,
#footer-wrapper .footer-wrapper-inner .moduleTitle span:after {
  display: none;
}
#footer-row {
  border-top: 7px solid #f7f7f7;
  padding-bottom: 23px;
  padding-top: 55px;
}
#copyright-row {
  border-top: 7px solid #f7f7f7;
  padding-bottom: 30px;
  padding-top: 30px;
}
#copyright a {
  color: #9b9b9b;
}
#copyright a:hover {
  color: #ff8b3d;
}
.contacts span {
  display: inline-block;
  min-width: 91px;
}
.contacts b {
  font-weight: normal;
  color: #222222;
  display: inline-block;
  min-width: 64px;
}
.contacts a {
  color: #ff8b3d;
}
.contacts a:hover {
  color: #222222;
}
.map_wrapper {
  opacity: 0.5;
  filter: alpha(opacity=50);
  padding-top: 7px;
}
.map_wrapper > div,
.map_wrapper > div > div {
  height: 162px !important;
}
/* Single SVG Logo Option
.footer_logo > img {
  max-width: 172px;
}*/
a.footer_logo > img {
  transition: all .25s ease-in-out;
}
a.footer_logo:hover > img{
  transform: scale(1.07);
}
/*===== Social Media ======*/
.social {
  margin: 0 0 20px;
  padding-top: 17px;
}
.social li {
  display: inline-block;
  list-style: none;
  margin: 0 8px 0 0;
  overflow: hidden;
}
.social li a {
  float: left;
  width: 32px;
  height: 32px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 0px;
  line-height: 0px;
  overflow: hidden;
  background-color: #ff8b3d;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: white;
}
.social li a.fa {
  position: relative;
}
.social li a.fa:before {
content: '';
position: absolute;
left: 0;
right: 3px;
width: 22px;
height: 22px;
display: block;
background: url(../fonts/fa/facebook.svg.br) center center / contain no-repeat;
margin: 0 auto;
top: 50%;
transform: translateY(-50%);
}
.social li a:hover {
  background-color: #222222;
  color: #ff8b3d;
}
.social li a:hover:before {
  filter: invert(21%) sepia(55%) saturate(2009%) hue-rotate(332deg) brightness(100%) contrast(101%);
}
/* Registration Title */
.page-registration .page_header h1 {
  color: #222;
  font: bold 36px/40px 'Raleway',sans-serif;
  text-transform: uppercase;
}

/* Kunene */
#kunena ol.breadcrumb > li {
  display: block;
  text-align: center;
  overflow: hidden;
}
#kunena ol.breadcrumb > li > a[href="/news"] {
  position: relative;
  color: #222;
  font: bold 36px/40px 'Raleway',sans-serif;
  text-transform: uppercase;
  pointer-events: none;
}
#kunena > .navbar,
#kunena ol.breadcrumb > li > span.icon,
#kunena.layout .clearfix + ol.breadcrumb,
#kunena ol.breadcrumb + div[class="row-fluid"],
#kunena .pagination.hidden-phone,
body.com_kunena #component main[role="main"] > div[style]:last-child {
  display: none !important;
}

/* Product Fixes */
section.page-gallery ul#isotopeContainer li.productsdescription,
section.page-gallery ul#filters a[data-filter="productsdescription"],
section.page-gallery > .filters > b,
section.page-gallery > .sorting > b,
section.page-gallery > .layout-mode > b {
  display: none !important;
}
section.page-gallery ul#filters {
  margin: 0 0 10px;
}
section.page-gallery ul#filters li a {
  font-size: 14pt;
  padding: 5pt 10pt;
}
section.page-gallery ul li a i {
  width: 25px; height: 25px;
  display: block;
}
section.page-gallery ul#grid-list li a {
  background: #feac32;
}
section.page-gallery ul#grid-list li a:hover i { filter: invert(1); }
section.page-gallery ul a.toGrid i {
  background: url(../fonts/fa/th-large.svg.br) center center / contain no-repeat;
}
section.page-gallery ul a.toList i {
  background: url(../fonts/fa/bars.svg.br) center center / contain no-repeat;
}
section.page-gallery ul#sort a {
  position: relative;
  background: #feac32;
  padding: 4px 24px 4px 9px;
  color: #fff;
}
section.page-gallery ul#sort a:hover { color: #000; }
section.page-gallery ul#sort a:hover i { filter: invert(1); }
section.page-gallery ul#sort a i { position: absolute; top: 6px; right: 4px; width: 16px; height: 16px; }
section.page-gallery ul#sort a i { background: url(../fonts/fa/circle-down.svg.br) center center / contain no-repeat; }
section.page-gallery ul#sort a i.fa-arrow-circle-up { transform: rotate(180deg); }
article.page-item__gallery a.prodret {
  float: left;
}
article.page-item__gallery a.prodret span {
width: 60px;
height: 60px;
background: url(../fonts/fa/angle-left.svg.br);
background-size: contain !important;
display: block;
filter: invert(21%) sepia(55%) saturate(2009%) hue-rotate(332deg) brightness(100%) contrast(101%);
margin: -12px -8px 0 -20px;
}
article.page-item__gallery a.prodret:hover span { filter: invert(1); }

/* Per Manjo's Request, Hide Product Showcase */
.Uproducts .page-gallery > .layout-mode,
.Uproducts .page-gallery > .filters,
.Uproducts .page-gallery > .sorting,
.Uproducts .page-gallery > .gallery.grid
 { display: none; }

/* Carrot & Beetroot Page Fixes */
.Ucarrots .page-item > figure.item_img,
.Ubeetroot .page-item > figure.item_img
{ max-width: 40%; }

/* Health(was News) Article Blog */
section.page-blog > header > h1 {
  margin-bottom: 1em;
}
section.page-blog article .item_header > h3.item_title {
  font-size: 1.8em;
  text-align: left;
}
section.page-blog article .item_introtext {
  margin-bottom: 1.5em;
}
.Uhealth .item_published { display: none; }

/* Contact Fixes */
#contact_map { display: none; }
.page-contact .contact_details { margin-top: 1em; }

/* Phoca Gallery */
#phocagallery > div[style*="text-align:right"] {
  display: none !important;
}

/* Facebook Footer Fix */
#copyright-row ul.menu.social { padding: 6px 0 0 0; margin: 0; vertical-align: middle; display: inline-block; }
#copyright-row ul.menu.social + span { display: inline-block; }

/* Captcha Customisation */
#sg_password_wra {
  position: relative;
  overflow: hidden;
  margin-bottom: 1.5em;
}
#sg_password_wra:before {
  content: "Tap on the Numbers";
  position: absolute;
  top: -3px;
  right: 0;
  left: 0;
  height: 18px;
  color: red;
  z-index: 1;
  font-size: 16px;
  background: #fff;
  text-align: center;
  text-indent: 18px;
}
#sg_canvas {
  filter: brightness(120%) blur(1px) drop-shadow(0 0 1px red);
}
#sg_password_wra > img[src*="gif"] {
  filter: invert(0%) sepia(19%) saturate(5137%) hue-rotate(333deg) brightness(145%) contrast(99%);
  border-radius: .25em;
  overflow: hidden;
  z-index: 1;
  position: relative;
  border: 1px solid wheat;
}
#sg_password_wra > img[src*="data"] {
  transform: scale(1.4);
  transform-origin: 68% 65%;
  image-rendering: optimizequality;
}
#sg_password_wra > #sg_password_area {
  background-color: #feac32;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid coral;
}
#sg_password_area > div {
  filter: blur(.75px);
  overflow: hidden;
}
#sg_password_area > div:before {
content: "";
width: calc(100% - 20px);
position: absolute;
top: 0;
left: 0;
border-radius: 5px;
transition: all 0.2s linear;
opacity: 0;
border: 10px solid rgba(0,0,0,.5);
height: calc(100% - 20px);
cursor: pointer;
}
#sg_password_area > div:hover:before {
  opacity: 1;
}
#sg_password_wra > p {
  position: absolute;
  top: 0; right: 0;
}
#sg_password_wra > p > a.button {
  color: transparent;
  pointer-events: none;
  margin: 0;
}
#sg_password_wra > p > a.button:after {
  content: '';
  pointer-events: all;
  width: 32px;
  height: 32px;
  background: url(../fonts/fa/refresh.svg.br) no-repeat;
  background-size: contain !important;
  display: block;
  filter: invert(21%) sepia(55%) saturate(2009%) hue-rotate(332deg) brightness(100%) contrast(101%);
}
#sg_password_wra > p > a.button:hover:after {
  filter: invert(1);
}

/* Home News Video Fix */
.homenews .avPlayerBlock { min-width: 392px !important; }

/* Fetured Prodcuct Slider Home */
section.moduletable.homefeatured { margin-bottom: 1em; }
.page-featured.home { max-width: 100%; overflow: hidden; position: relative; margin-bottom: 30px; }
.page-featured.home > .items-row { width: calc(100% + 20px); height: 288px; white-space: nowrap; margin-left: 0px; margin-bottom: 60px; transition: all .5s ease-in-out; }
.page-featured.home h3 { white-space: nowrap; font-size: 2em; text-align: left; }
.page-featured.home article { position: relative; overflow: hidden; width: 33% !important; display: inline-block; float: none; padding-left: 0; }
.page-featured.home article figure img,
  .mod-newsflash-adv.cols-2 article figure img { transition: all 0.5s linear; }
.page-featured.home article:hover h3 { color: #feac32; }
.page-featured.home article:hover .introtext { transform: translateY(0); }
.page-featured.home article:hover figure img,
  .mod-newsflash-adv.cols-2 article:hover figure img { filter: grayscale(100%); }
.page-featured.home figure { margin-bottom: 0; overflow: hidden; }
.page-featured.home .introtext {
position: absolute;
bottom: 0;
background: rgba(0,0,0,.65);
color: #feac32;
right: 18px;
left: 0;
padding: 10px 15px;
font-size: 1.4em;
transform-origin: bottom;
transform: translateY(calc(100% + 10px));
transition: all 0.1s linear;
cursor: pointer;
z-index: 4;
white-space: normal;
}
.page-featured.home .readmore {
  border: 0;
  color: transparent;
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: 5;
}
.page-featured.home .readmore:hover { background: transparent; }
.fslidenav {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  text-align: center;
}
.fslidenav>div {
display: inline-block;
cursor: pointer;
height: 38px;
width: 39px;
font-size: 1.8em;
line-height: 38px;
z-index: 2;
border: 1px solid #feac32;
background: #feac32;
color: #fff;
text-align: center;
}
.fslidenav span {
width: 32px;
height: 32px;
display: block;
background-size: contain !important;
margin: 2px 0 0 4px;
}
#fprev span { background: url(../fonts/fa/angle-left.svg.br); }
#fnext span { background: url(../fonts/fa/angle-right.svg.br); }
#fprev { margin-right: 10px; }
.fslidenav>div:hover { background: transparent; }
.fslidenav>div:hover span { filter: invert(1); }
.fslidenav>.low {
  pointer-events: none;
  filter: grayscale(100%);
}
@media screen and (max-width: 768px) {
  .page-featured.home { margin-bottom: 0; }
  .page-featured.home > .items-row {
    height: auto;
    white-space: normal;
    margin-bottom: 0;
  }
  .page-featured.home article {
    width: 100% !important;
    display: block;
    float: left;
  }
  .fslidenav {
    display: none;
  }
  .homenews td, .com_content td {
    padding-top: 5px;
    width: 100% !important;
    display: block;
    float: left;
  }
}
