.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: 37px;
  -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: #00a924;
}
h1 {
  font-size: 48px;
  line-height: 58px;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Righteous', cursive;
  font-weight: normal;
  margin: 0 0 3px;
}
h2 {
  font-size: 45px;
  line-height: 45px;
  color: #383838;
  font-family: 'Righteous', cursive;
  font-weight: normal;
}
h3 {
  color: #383838;
  font-size: 35px;
  line-height: 39px;
  font-family: 'Righteous', cursive;
  font-weight: normal;
  margin-bottom: 44px;
}
h4 {
  font: inherit;
  margin: 0;
  color: #252525;
}
h5 {
  font-size: 26px;
  line-height: 30px;
  color: #373737;
  font-family: 'Righteous', cursive;
  font-weight: normal;
  margin-bottom: 23px;
}
h6 {
  color: #a2a2a2;
  font-size: 20px;
  line-height: 24px;
  font-family: 'Righteous', cursive;
  font-weight: normal;
  margin-bottom: 20px;
}
.alert-heading {
  color: inherit;
}
p {
  margin: 0;
  padding-bottom: 22px;
}
.icons-marker {
  font-size: 16.8px;
  line-height: 22px;
}
/*Buttons*/
.btn {
  padding: 4px 14px;
  font-size: 14px;
  line-height: 22px;
  background: #ffffff;
  color: #b9b8b8;
  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 {
  color: #000000;
  text-shadow: none;
  background-color: #f8f8f8;
  background-image: -moz-linear-gradient(top, #f9f9f9, #f7f7f7);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9), to(#f7f7f7));
  background-image: -webkit-linear-gradient(top, #f9f9f9, #f7f7f7);
  background-image: -o-linear-gradient(top, #f9f9f9, #f7f7f7);
  background-image: linear-gradient(to bottom, #f9f9f9, #f7f7f7);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff7f7f7', GradientType=0);
  border-color: #f7f7f7 #f7f7f7 #d1d1d1;
  *background-color: #f7f7f7;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: none;
  outline: none !important;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.24) !important;
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.24) !important;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.24) !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 16px;
  line-height: 37px;
  padding: 0 24px;
  margin: 0 5px 5px 0;
}
.btn-primary:hover,
.btn-small:hover,
.btn-primary:focus,
.btn-small:focus,
.btn-primary:active,
.btn-small:active,
.btn-primary.active,
.btn-small.active,
.btn-primary.disabled,
.btn-small.disabled,
.btn-primary[disabled],
.btn-small[disabled] {
  color: #000000;
  background-color: #f7f7f7;
  *background-color: #eaeaea;
}
.btn-primary:active,
.btn-small:active,
.btn-primary.active,
.btn-small.active {
  background-color: #dedede \9;
}
.btn-primary:hover,
.btn-small:hover {
  background: #3c3c3c;
  color: #ffffff;
}
.btn-primary.submitButton,
.btn-small.submitButton {
  float: right;
}
.btn-primary.disabled,
.btn-small.disabled {
  background: #3c3c3c;
  color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-primary:focus,
.btn-small:focus,
.btn-primary:active,
.btn-small:active {
  color: #000000;
  text-shadow: none;
  background-color: #f8f8f8;
  background-image: -moz-linear-gradient(top, #f9f9f9, #f7f7f7);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9), to(#f7f7f7));
  background-image: -webkit-linear-gradient(top, #f9f9f9, #f7f7f7);
  background-image: -o-linear-gradient(top, #f9f9f9, #f7f7f7);
  background-image: linear-gradient(to bottom, #f9f9f9, #f7f7f7);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff7f7f7', GradientType=0);
  border-color: #f7f7f7 #f7f7f7 #d1d1d1;
  *background-color: #f7f7f7;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:focus:hover,
.btn-small:focus:hover,
.btn-primary:active:hover,
.btn-small:active:hover,
.btn-primary:focus:focus,
.btn-small:focus:focus,
.btn-primary:active:focus,
.btn-small:active:focus,
.btn-primary:focus:active,
.btn-small:focus:active,
.btn-primary:active:active,
.btn-small:active:active,
.btn-primary:focus.active,
.btn-small:focus.active,
.btn-primary:active.active,
.btn-small:active.active,
.btn-primary:focus.disabled,
.btn-small:focus.disabled,
.btn-primary:active.disabled,
.btn-small:active.disabled,
.btn-primary:focus[disabled],
.btn-small:focus[disabled],
.btn-primary:active[disabled],
.btn-small:active[disabled] {
  color: #000000;
  background-color: #f7f7f7;
  *background-color: #eaeaea;
}
.btn-primary:focus:active,
.btn-small:focus:active,
.btn-primary:active:active,
.btn-small:active:active,
.btn-primary:focus.active,
.btn-small:focus.active,
.btn-primary:active.active,
.btn-small:active.active {
  background-color: #dedede \9;
}
.btn-primary:focus:hover,
.btn-small:focus:hover,
.btn-primary:active:hover,
.btn-small:active:hover {
  background: #3c3c3c;
  color: #ffffff;
}
.btn-info {
  color: #000000;
  text-shadow: none;
  background-color: #f8f8f8;
  background-image: -moz-linear-gradient(top, #f9f9f9, #f7f7f7);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9), to(#f7f7f7));
  background-image: -webkit-linear-gradient(top, #f9f9f9, #f7f7f7);
  background-image: -o-linear-gradient(top, #f9f9f9, #f7f7f7);
  background-image: linear-gradient(to bottom, #f9f9f9, #f7f7f7);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff7f7f7', GradientType=0);
  border-color: #f7f7f7 #f7f7f7 #d1d1d1;
  *background-color: #f7f7f7;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: none;
  outline: none !important;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.24) !important;
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.24) !important;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.24) !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 16px;
  line-height: 37px;
  padding: 0 24px;
  margin: 0 5px 5px 0;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #000000;
  background-color: #f7f7f7;
  *background-color: #eaeaea;
}
.btn-info:active,
.btn-info.active {
  background-color: #dedede \9;
}
.btn-info:hover,
.btn-info.active {
  background: #3c3c3c;
  color: #ffffff;
}
.btn-info:focus,
.btn-info:active {
  color: #000000;
  text-shadow: none;
  background-color: #f8f8f8;
  background-image: -moz-linear-gradient(top, #f9f9f9, #f7f7f7);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9), to(#f7f7f7));
  background-image: -webkit-linear-gradient(top, #f9f9f9, #f7f7f7);
  background-image: -o-linear-gradient(top, #f9f9f9, #f7f7f7);
  background-image: linear-gradient(to bottom, #f9f9f9, #f7f7f7);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff7f7f7', GradientType=0);
  border-color: #f7f7f7 #f7f7f7 #d1d1d1;
  *background-color: #f7f7f7;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:focus:hover,
.btn-info:active:hover,
.btn-info:focus:focus,
.btn-info:active:focus,
.btn-info:focus:active,
.btn-info:active:active,
.btn-info:focus.active,
.btn-info:active.active,
.btn-info:focus.disabled,
.btn-info:active.disabled,
.btn-info:focus[disabled],
.btn-info:active[disabled] {
  color: #000000;
  background-color: #f7f7f7;
  *background-color: #eaeaea;
}
.btn-info:focus:active,
.btn-info:active:active,
.btn-info:focus.active,
.btn-info:active.active {
  background-color: #dedede \9;
}
.btn-info:focus:hover,
.btn-info:active:hover {
  background: #3c3c3c;
  color: #ffffff;
}
#searchForm .btn.btn-primary {
  height: 37px;
}
/*Lists*/
ul.categories-module h5 {
  font-size: 1em;
  line-height: inherit;
  font-weight: normal;
  margin: 0;
}
/*Pagination*/
.pagination {
  height: auto;
  margin: 0;
  padding: 0 0 30px;
}
.pagination .counter {
  color: #252525;
}
.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;
}
.pagination ul li .pagenav,
.pagination ul li .hasTooltip {
  border: none;
  outline: none !important;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.24) !important;
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.24) !important;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.24) !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 16px;
  line-height: 37px;
  padding: 0 22px;
  margin: 0 5px 5px 0;
}
.pagination ul li span.pagenav,
.pagination ul li .span.hasTooltip {
  background: #3c3c3c;
  color: #ffffff;
}
.pagination ul li a.pagenav,
.pagination ul li a.hasTooltip {
  color: #000000;
  text-shadow: none;
  background-color: #f8f8f8;
  background-image: -moz-linear-gradient(top, #f9f9f9, #f7f7f7);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9), to(#f7f7f7));
  background-image: -webkit-linear-gradient(top, #f9f9f9, #f7f7f7);
  background-image: -o-linear-gradient(top, #f9f9f9, #f7f7f7);
  background-image: linear-gradient(to bottom, #f9f9f9, #f7f7f7);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff7f7f7', GradientType=0);
  border-color: #f7f7f7 #f7f7f7 #d1d1d1;
  *background-color: #f7f7f7;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.pagination ul li a.pagenav:hover,
.pagination ul li a.hasTooltip:hover,
.pagination ul li a.pagenav:focus,
.pagination ul li a.hasTooltip:focus,
.pagination ul li a.pagenav:active,
.pagination ul li a.hasTooltip:active,
.pagination ul li a.pagenav.active,
.pagination ul li a.hasTooltip.active,
.pagination ul li a.pagenav.disabled,
.pagination ul li a.hasTooltip.disabled,
.pagination ul li a.pagenav[disabled],
.pagination ul li a.hasTooltip[disabled] {
  color: #000000;
  background-color: #f7f7f7;
  *background-color: #eaeaea;
}
.pagination ul li a.pagenav:active,
.pagination ul li a.hasTooltip:active,
.pagination ul li a.pagenav.active,
.pagination ul li a.hasTooltip.active {
  background-color: #dedede \9;
}
.pagination ul li a.pagenav:hover,
.pagination ul li a.hasTooltip:hover {
  background: #3c3c3c;
  color: #ffffff;
}
/*Forms*/
input[type='radio'],
input[type='checkbox'] {
  margin: -2px 5px 0;
}
/* Images */
.item_img,
.category_img {
  margin: 0 0 22px;
  position: relative;
}
.item_img {
  font-size: 0;
  line-height: 0;
}
.item_img a {
  position: relative;
  display: inline-block;
  max-width: 100%;
}
.item_img a:after {
  content: '\f14d';
  font-family: FontAwesome;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  left: 0;
  width: 100%;
  height: 0;
  text-align: center;
  top: 50%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 3;
}
.item_img a.touchGalleryLink:after {
  display: none;
}
.item_img a:hover:after {
  font-size: 40px;
  opacity: 1;
  filter: alpha(opacity=100);
  color: #00a924;
}
.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 20px 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;
}
html {
  background: url(../images/bg.jpg) 50% 0;
}
body {
  background: none;
}
/*======================= TOP =======================*/
/*======================= HEADER =======================*/
#header-row {
  background: #fff;
}
#logo {
  position: relative;
}
#logo h1 {
  font-size: 0;
  line-height: 0;
  height: 0;
  width: 0;
  border: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  text-indent: -9999px;
}
#logo a {
  position: absolute;
  top: 0;
  max-width: 100%;
  z-index: 100;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#logo a img {
  display: block;
  margin: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.scrolled #logo a {
  top: -40px;
  overflow: hidden;
}
.scrolled #logo a img {
  margin-bottom: -45px;
}
/*======================= NAVIGATION =======================*/
#navigation-row {
  width: 100%;
  background: #ffffff;
}
.navigation ul.sf-menu {
  float: right;
  /*SubMenu Styles*/
}
.navigation ul.sf-menu > li {
  padding: 0;
}
.navigation ul.sf-menu > li.sfHover > a,
.navigation ul.sf-menu > li.sfHover > span {
  background: #00a924;
  color: #ffffff;
}
.navigation ul.sf-menu > li.active > a,
.navigation ul.sf-menu > li.current > a,
.navigation ul.sf-menu > li.active > span,
.navigation ul.sf-menu > li.current > span {
  background: #323232 !important;
  color: #ffffff;
}
.navigation ul.sf-menu > li > a,
.navigation ul.sf-menu > li > span {
  font-size: 14px;
  line-height: 96px;
  font-family: Arial, Helvetica, sans-serif;
  color: #838383;
  display: block;
  padding: 0 24px;
  text-transform: lowercase;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.navigation ul.sf-menu > li > a:hover,
.navigation ul.sf-menu > li > span:hover {
  background: #00a924;
  color: #ffffff;
}
.navigation ul.sf-menu > li > a:hover > span,
.navigation ul.sf-menu > li > span:hover > span {
  background-position: center bottom !important;
}
.navigation ul.sf-menu li > ul {
  top: 96px;
  /*Define 1st SubMenu position*/
}
.navigation ul.sf-menu li li ul {
  /*Define SubMenu position*/
  top: -8px;
  left: 100%;
}
.navigation ul.sf-menu li li li ul {
  /*Define 2nd+ SubMenu position*/
  top: -8px;
  left: 100%;
}
.navigation ul.sf-menu ul {
  background: #3a3a3a;
  padding: 8px 0;
  width: 100%;
}
.navigation ul.sf-menu ul:before {
  border-bottom: 5px solid #3a3a3a;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  top: -5px;
  content: '';
}
.navigation ul.sf-menu ul ul {
  background: #fff;
}
.navigation ul.sf-menu ul ul:before {
  display: none;
}
.navigation ul.sf-menu ul ul li a,
.navigation ul.sf-menu ul ul li span {
  color: #b7b7b7;
}
.navigation ul.sf-menu ul ul li a:hover,
.navigation ul.sf-menu ul ul li span:hover {
  color: #484848;
}
.navigation ul.sf-menu ul ul li.active > a,
.navigation ul.sf-menu ul ul li.sfHover > a,
.navigation ul.sf-menu ul ul li.active > span,
.navigation ul.sf-menu ul ul li.sfHover > span {
  color: #484848;
}
.navigation ul.sf-menu ul li.open > .sub-menu {
  display: block !important;
}
.navigation ul.sf-menu ul li + li {
  border-top: 1px solid #6c6c6c;
}
.navigation ul.sf-menu ul li a,
.navigation ul.sf-menu ul li span {
  font-size: 14px;
  line-height: 35px;
  font-family: Arial, Helvetica, sans-serif;
  color: #838383;
  display: block;
  text-align: center;
  text-decoration: none;
  text-transform: lowercase;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.navigation ul.sf-menu ul li a:hover,
.navigation ul.sf-menu ul li span:hover {
  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 {
  color: #ffffff;
}
.navigation ul.sf-menu.sf-vertical {
  width: 155px;
}
.navigation ul.sf-menu.sf-vertical li {
  width: 155px;
  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: 157px;
}
.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: 96px;
  padding-bottom: 96px;
  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: 98px;
  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: 155px;
  top: 96px;
}
.search-block {
  text-align: right;
}
.search-block input {
  max-width: 100%;
}
.masonry .item {
  margin-left: 0 !important;
}
/*======================= SHOWCASE =======================*/
.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-custom__main_img {
  height: 186px;
  background-position: 50% 0;
  background-size: cover !important;
}
/*======================= FEATURE =======================*/
/*======================= MAINTOP =======================*/
/*======================= CONTENT TOP =======================*/
#content-top-row .moduletable {
  margin-bottom: 46px;
}
.export {
  background: url(../images/export.jpg) 125px 21px no-repeat;
  margin-top: 12px;
}
.export > * {
  padding-left: 384px;
}
.export p {
  font-size: 13px;
  line-height: 21px;
  text-transform: uppercase;
  color: #898989;
  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
  padding-bottom: 25px;
}
.export h4 {
  margin: 0;
  color: #5e5e5e;
  font-size: 13px;
  line-height: 21px;
  text-transform: uppercase;
  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
}
.export .moduleTitle {
  border-bottom: 1px solid #ddd;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  padding: 0 0 24px;
  margin-bottom: 21px;
}
.welcome p {
  font-size: 13px;
  line-height: 21px;
  text-transform: uppercase;
  color: #898989;
  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
  padding-bottom: 25px;
}
.welcome .moduleTitle {
  border-bottom: 1px solid #ddd;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  padding: 0 0 26px;
  margin-bottom: 21px;
}
.welcome .moduleTitle .item_title_part0 {
  display: block;
  font-size: 45px;
  line-height: 48px;
  padding-bottom: 2px;
}
.welcome h4 {
  margin: 0;
  color: #5e5e5e;
  font-size: 13px;
  line-height: 21px;
  text-transform: uppercase;
  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
}
.fruits {
  text-align: center;
}
.fruits .item-module {
  background: #fff;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.07);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.07);
  display: block;
  color: inherit;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.fruits .item-module h4 {
  margin: 0;
  color: #252525;
}
.fruits .item-module .item_img {
  position: relative;
}
.fruits .item-module .item_img:after {
  content: '+';
  position: absolute;
  top: 100%;
  margin-top: -26px;
  width: 50px;
  height: 50px;
  text-align: center;
  left: 50%;
  margin-left: -25px;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  color: #fff;
  font-size: 24px;
  line-height: 50px;
}
.fruits .item-module:hover {
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}
.fruits .item_content {
  padding: 24px 10px 9px;
}
.fruits .item .item_img:after {
  background: #eb5055;
}
.fruits .item + .item .item_img:after {
  background: #1abc9c;
}
.fruits .item + .item + .item .item_img:after {
  background: #359ade;
}
.fruits .item + .item + .item + .item .item_img:after {
  background: #c862c9;
}
/*======================= CONTENT =======================*/
#content-row {
  padding: 74px 0 48px;
  background-color:#f3f3f3;
}
#component {
  min-height: 0;
}
.item {
  margin-bottom: 25px;
}
.item:after {
  content: '';
  display: block;
  clear: both;
}
.page-header {
  border: none;
  padding: 0;
  margin: 0;
}
.item_info_dl {
  margin: 0;
}
.item_info_dl dd {
  margin: 0;
  display: inline;
}
.item_info_dl dd > * {
  display: inline;
}
.item_info_dl dd .item_createdby {
  margin-bottom: 0;
  color: #00a924;
}
.item_info_dl dd.komento {
  float: right;
  padding-left: 10px;
}
.item_info_dl dd.komento:before {
  content: '\f086';
  font-family: FontAwesome;
  font-size: 15px;
  padding-right: 4px;
  color: #00a924;
}
.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: 14px;
  line-height: 22px;
  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 22px 22px 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%;
}
.gallery-item.gallery-grid .view .item_title {
  color: #fff;
}
.mfp-title .item_title {
  color: #fff;
}
/*===== Testimonials Page ======*/
.page-category__testimonials .item {
  margin-bottom: 30px;
}
blockquote {
  padding: 0;
  margin: 0;
  border-left: none;
}
blockquote p {
  margin-bottom: 0;
  padding: 0;
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
}
blockquote p:before {
  content: '"';
}
blockquote p:after {
  content: '"';
}
blockquote small {
  text-align: right;
}
/*===== Team Page ======*/
.page-category__team .item_introtext {
  overflow: hidden;
}
/*===== Blog Page ======*/
.page-blog .item_published,
.page-item__blog .item_published {
  float: left;
  text-align: center;
  margin-right: 26px;
  font-size: 25px;
  font-family: 'Righteous', cursive;
  color: #383838;
  text-transform: lowercase;
  line-height: 26px;
}
.page-blog .item_published span,
.page-item__blog .item_published span {
  display: block;
  color: #fff;
  background: #00a924;
  width: 50px;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  line-height: 50px;
  font-size: 30px;
}
.page-blog h4,
.page-item__blog h4 {
  margin-bottom: 22px;
}
.page-blog .item_content,
.page-item__blog .item_content {
  overflow: hidden;
}
.tags {
  clear: both;
}
.addthis_toolbox {
  padding-top: 14px;
}
/*======================= CONTENT BOTTOM =======================*/
/*======================= ASIDE RIGHT =======================*/
.archive-module li,
.categories-module li,
.mod-menu .nav.menu li,
.list1 ul li {
  position: relative;
  padding: 0 0 5px 23px;
  font-size: 13px;
  text-transform: uppercase;
  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.archive-module li:before,
.categories-module li:before,
.mod-menu .nav.menu li:before,
.list1 ul li:before {
  content: '';
  background: url(../images/marker.gif) 50% 50% no-repeat #f9f9f9;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.13);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.13);
  position: absolute;
  left: 0;
  top: 6px;
  width: 11px;
  height: 11px;
}
.archive-module li a,
.categories-module li a,
.mod-menu .nav.menu li a,
.list1 ul li a {
  color: #595959;
  display: inline;
}
.archive-module li a:hover,
.categories-module li a:hover,
.mod-menu .nav.menu li a:hover,
.list1 ul li a:hover {
  background: none;
  color: #00a924;
}
.archive-module li a:focus,
.categories-module li a:focus,
.mod-menu .nav.menu li a:focus,
.list1 ul li a:focus,
.archive-module li a:active,
.categories-module li a:active,
.mod-menu .nav.menu li a:active,
.list1 ul li a:active {
  background: none;
}
.tagspopular ul {
  margin: 0;
}
.tagspopular ul li {
  list-style: none;
  display: inline-block;
  padding: 0 15px 12px 0;
}
.offer .dropcap {
  float: left;
  background: #00a924;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  text-align: center;
  color: #fff;
  width: 50px;
  line-height: 50px;
  font-size: 36px;
  font-family: 'Righteous', cursive;
  margin-right: 17px;
}
.offer .item_content {
  overflow: hidden;
}
.offer p {
  padding-bottom: 5px;
}
/*======================= MAINBOTTOM =======================*/
#mainbottom-row {
  padding: 40px 0 50px;
  position: relative;
  background: url(../images/mainbottom-bg.jpg) 50% 0;
  -webkit-box-shadow: 3px -3px 5px rgba(0, 0, 0, 0.02);
  -moz-box-shadow: 3px -3px 5px rgba(0, 0, 0, 0.02);
  box-shadow: 3px -3px 5px rgba(0, 0, 0, 0.02);
}
#mainbottom-row:before {
  background: 1px solid #ddd;
  background: rgba(0, 0, 0, 0.09);
  height: 1px;
  width: 100%;
  left: 0;
  top: -1px;
  position: absolute;
  content: '';
}
#mainbottom-row:after {
  background: 1px solid #ddd;
  background: rgba(0, 0, 0, 0.09);
  height: 1px;
  width: 100%;
  left: 0;
  bottom: 9px;
  position: absolute;
  content: '';
}
.team .moduleTitle {
  text-align: center;
}
/*======================= BOTTOM =======================*/
.protection {
  text-align: center;
  background: url(../../images/editorupload/kitchen.jpg) 50% 0 no-repeat;
  background-size: cover !important;
  font-size: 18px;
  line-height: 24px;
  color: #e6efcd;
  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.protection h5 {
  color: #b0bf65;
  font-weight: bold;
  margin-bottom: 15px;
}
.protection h5 a:hover {
  color: #fff;
}
.protection > * {
  max-width: 940px;
  padding: 0 10px;
  margin: 0 auto;
}
.protection .btn-info {
  height: 51px;
  width: 110px;
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
  background: none !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.protection .btn-info span {
  position: absolute;
  top: -60px;
  left: 0;
  font-size: 0;
  line-height: 0;
  display: block;
  overflow: hidden;
  text-indent: 9999px;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  height: 110px;
  width: 110px;
  -moz-box-shadow: 0 0 0 1px #e2e2e2, 0 0 0 30px #fff, 0 0 0 10px #fff inset;
  -webkit-box-shadow: 0 0 0 1px #e2e2e2, 0 0 0 30px #fff, 0 0 0 10px #fff inset;
  box-shadow: 0 0 0 1px #e2e2e2, 0 0 0 30px #fff, 0 0 0 10px #fff inset;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.protection .btn-info span:before {
  content: '\f054';
  font-family: FontAwesome;
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 138px;
  color: #fff;
  text-indent: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.protection .btn-info:hover span {
  -moz-box-shadow: 0 0 0 1px #e2e2e2, 0 0 0 30px #fff, 0 0 0 15px #fff inset;
  -webkit-box-shadow: 0 0 0 1px #e2e2e2, 0 0 0 30px #fff, 0 0 0 15px #fff inset;
  box-shadow: 0 0 0 1px #e2e2e2, 0 0 0 30px #fff, 0 0 0 15px #fff inset;
}
.protection .btn-info:hover span:before {
  font-size: 24px;
  line-height: 144px;
}
.protection p {
  padding-bottom: 74px;
}

/*======================= FOOTER =======================*/
#footer-row {
  padding: 74px 0 0;
  background: #fff;
}
#footer-row .moduletable {
  margin-bottom: 74px;
}
.reviews {
  background: url(../images/reviews.jpg) 65px 0 no-repeat;
}
.reviews > * {
  padding-left: 192px;
  padding-right: 92px;
}
.reviews .btn-info {
  color: #fff;
  background: #797979;
}
.reviews .btn-info:hover {
  background: #3c3c3c;
}
.reviews .mod-article-single .item-title,
.reviews .mod-article-single p {
  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
  color: #a0a0a0;
}
.reviews .mod-article-single h4 {
  margin-bottom: 0;
  color: #373737;
}
.contacts .mod-custom {
  color: #727272;
  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
  line-height: 20px;
  padding: 8px 0 0;
}
.contacts .mod-custom p {
  padding-bottom: 10px;
}
.contacts .mod-custom a {
  display: inline-block;
  background: url(../images/mail.png) 100% 50% no-repeat;
  padding: 0 28px 0 0;
  color: #111;
}
.contacts .mod-custom a:hover {
  color: #00a924;
}
#copyright-row {
  padding: 76px 0 0;
  color: #838383;
  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-weight: bold;
}
#copyright-row a {
  color: #5e5e5e;
}
#copyright-row a:hover {
  color: #00a924;
}
#copyright {
  padding: 52px 0 0;
  text-align: center;
}
#copyright .year:after {
  content: '|';
  padding: 0 4px 0 8px;
}
#footer-wrapper {
  background: url(../../images/footer_bg.jpg) 50% 0 repeat-x;
  background-size: 50px 100% !important;
  padding:40px 0;
}
/*===== Social Media ======*/
.social ul {
  margin: 0;
}
.social li {
  margin: 0 3px;
}
.social li a {
  width: 21px;
  height: 0px;
  padding-top: 21px;
  -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;
  opacity: 1;
  filter: alpha(opacity=100);
}
.social li a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
