.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 {
  color: #333333;
  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: #fb393f;
}
h2,
h3 {
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 19px;
  text-transform: uppercase;
}
h4 {
  color: #333333;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  margin-bottom: 24px;
  text-transform: uppercase;
}
h4 a {
  color: #68b436;
}
h4 a:hover {
  color: #fb393f;
}
.moduleTitle.border {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #b6b5b5;
  line-height: 24px;
  margin-bottom: 38px;
  padding-bottom: 11px;
  padding-top: 27px;
}
.alert-heading {
  color: inherit;
}
p {
  margin: 0;
  padding-bottom: 24px;
}
.icons-marker {
  font-size: 16.8px;
  line-height: 24px;
}
/*Buttons*/
.btn {
  padding: 4px 14px;
  font-size: 14px;
  line-height: 24px;
  background: #ffffff;
  color: #707070;
  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 {
  background: #fb393f;
  color: #ffffff;
  text-shadow: none;
  border: 1px solid #fb7439;
  border-bottom-color: #fb7439;
  outline: none !important;
}
.btn-primary:hover,
.btn-small:hover {
  background: #fb7439;
  color: #ffffff;
}
.btn-primary.submitButton,
.btn-small.submitButton {
  float: right;
}
.btn-primary.disabled,
.btn-small.disabled {
  background: #fb7439;
  color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-primary:focus,
.btn-small:focus,
.btn-primary:active,
.btn-small:active {
  background: #fb393f;
  color: #ffffff;
  text-shadow: none;
}
.btn-primary:focus:hover,
.btn-small:focus:hover,
.btn-primary:active:hover,
.btn-small:active:hover {
  background: #fb7439;
  color: #ffffff;
}
.btn-info {
  background: none;
  color: #fb393f;
  text-shadow: none;
  font-size: 16px;
  border: none;
  padding: 0;
  text-decoration: underline !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active {
  background: none;
  color: #fb393f;
  text-shadow: none;
  outline: none;
  text-decoration: none !important;
}
#searchForm .btn.btn-primary {
  height: 34px;
  line-height: 28px;
}
.icon-search {
  display: none !important;
}
.moduletable.null {
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
}
.moduletable.null .item__module {
  margin: 0 !important;
}
.moduletable.search-block {
  position: relative;
  z-index: 999;
  text-align: center;
}
.moduletable.search-block > i {
  display: inline-block;
  background: url(../images/template/searchButton.png) 0 0 no-repeat;
  width: 19px;
  height: 19px;
  margin: 11px 2px 0 0;
  cursor: pointer;
  font-size: 0px;
  display: block !important;
  float: right;
}
.moduletable.search-block > i:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.moduletable.search-block .mod-search {
  display: none;
  padding: 0px;
  position: absolute;
  right: 45px;
  top: 2px;
  white-space: nowrap;
  width: auto;
  z-index: 2;
}
.moduletable.search-block .mod-search #searchword {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
  padding: 11px 12px;
  max-width: 234px;
}
.moduletable.search-block .mod-search .btn-primary {
  margin: 0;
}
.moduletable.search-block .mod-search .btn-primary:hover {
  color: white;
}
.moduletable.left header {
  text-align: left;
}
.moduletable.left header .moduleTitle {
  margin-bottom: 39px;
  padding-bottom: 0;
}
.moduletable.left header .moduleTitle:after {
  display: none;
}
/*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: 10px;
}
.pagination ul li .pagenav,
.pagination ul li .hasTooltip {
  font-size: 14px;
  line-height: 24px;
  text-transform: none;
  background: #707070;
  color: #ffffff;
  text-shadow: none;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  border: none;
  box-shadow: none;
  padding: 4px 12px;
}
.pagination ul li span.pagenav,
.pagination ul li .span.hasTooltip {
  background: #68b436;
  color: #ffffff;
  text-shadow: none;
}
.pagination ul li a.pagenav,
.pagination ul li a.hasTooltip {
  background: #707070;
  color: #ffffff;
  text-shadow: none;
}
.pagination ul li a.pagenav:hover,
.pagination ul li a.hasTooltip:hover {
  background: #68b436;
  color: #ffffff;
  text-shadow: none;
}
.pagination ul li.num span.pagenav,
.pagination ul li.num span.hasTooltip {
  background: #68b436;
  color: #ffffff;
  text-shadow: none;
}
/*Forms*/
input[type='radio'],
input[type='checkbox'] {
  margin: -2px 0 0;
}
/* Images */
.item_img,
.category_img {
  margin: 0 0 24px;
  position: relative;
}
.item_img {
  font-size: 0;
  line-height: 0;
}
.item_img .lazy_container {
  display: inline-block;
  max-width: 100%;
  position: relative;
  background: url(../images/camera-loader.gif) 50% 50% no-repeat;
}
.item_img .lazy_container .lazy_preloader {
  height: 0;
  display: inline-block;
  width: 100%;
}
.item_img .lazy_container img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.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: #fb393f;
}
.item_img a .BWfade {
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  bottom: 0 !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 30px 10px 0;
  max-width: 50%;
}
.img-intro__right,
.img-full__right {
  float: right;
  margin: 0 0 10px 30px;
  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 =======================*/
#top-row {
  background: #68b436;
  color: #8c8c8c;
  text-shadow: none;
}
ul.welcome {
  margin: 8px 0 0;
  text-align: center;
}
ul.welcome li {
  display: inline-block;
  font-family: 'Asap', sans-serif;
  font-size: 12px;
}
ul.welcome li a,
ul.welcome li span {
  color: #8c8c8c;
}
/*======================= HEADER =======================*/
.headerInner {
  background: url(../images/template/headerInner.jpg) center 0 no-repeat;
  background-size: cover !important;
}
#header-row {
  position: relative;
}
#header-row:after {
  background: url(../images/template/headerShadow.png) 0 bottom repeat-x;
  bottom: -11px;
  content: "";
  left: 0;
  height: 11px;
  position: absolute;
  width: 100%;
}
#header-row .row-container {
  background: url(../images/template/header.png) 0 0 repeat;
}
#logo {
  float: left;
  margin-bottom: 10px;
   margin-top: 10px;
}
#logo h1 {
  font-size: 0;
  line-height: 0;
  height: 0;
  width: 0;
  border: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  text-indent: -9999px;
}
/*======================= NAVIGATION =======================*/
#navigation-row {
  width: 100%;
  background: #e1e1e1;
}
.navigation {
  float: left;
  padding-top: 44px;
  padding-bottom: 20px;
}
.navigation ul.sf-menu {
  margin-left: 43px;
  /*SubMenu Styles*/
}
.navigation ul.sf-menu > li {
  padding: 0;
  margin: 0 0 0 35px;
}
.navigation ul.sf-menu > li:first-child {
  margin-left: 0 !important;
}
.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: none;
  color: #68b436;
}
.navigation ul.sf-menu > li > a,
.navigation ul.sf-menu > li > span {
  font-size: 14px;
  line-height: 24px;
  font-family: 'Open Sans', sans-serif;
  color: #333333;
  background: none;
  display: block;
  padding: 0px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-transform: uppercase;
}
.navigation ul.sf-menu > li > a:hover,
.navigation ul.sf-menu > li > span:hover {
  background: none;
  color: #68b436;
}
.navigation ul.sf-menu > li > ul {
  background: #68b436;
  top: 61px;
  /*Define 1st SubMenu position*/
}
.navigation ul.sf-menu > li > ul > li > a,
.navigation ul.sf-menu > li > ul > li > span {
  color: #ffffff;
}
.navigation ul.sf-menu > li > ul > li > a:hover,
.navigation ul.sf-menu > li > ul > li > span:hover {
  color: #333333;
}
.navigation ul.sf-menu > li > ul > li.active > a,
.navigation ul.sf-menu > li > ul > li.sfHover > a,
.navigation ul.sf-menu > li > ul > li.active > span,
.navigation ul.sf-menu > li > ul > li.sfHover > span {
  color: #333333;
}
.navigation ul.sf-menu ul {
  width: 205px; /*175*/
  /*Define menu width*/
}
.navigation ul.sf-menu li li ul {
  /*Define SubMenu position*/
  top: -18px;
  left: 205px;
}
.navigation ul.sf-menu li li li ul {
  /*Define 2nd+ SubMenu position*/
  top: -18px;
  left: 177px;
}
.navigation ul.sf-menu ul {
  background: #ffffff;
  padding: 18px 0;
}
.navigation ul.sf-menu ul li {
  padding: 5px 10px 6px;
}
.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: 14px;
  line-height: 24px;
  font-family: 'Open Sans', sans-serif;
  color: #333333;
  background: none;
  display: block;
  padding: 0px;
  text-decoration: none;
  text-align: center;
  -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 {
  background: none;
  color: #fb393f;
}
.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: #fb393f;
}
.navigation ul.sf-menu.sf-vertical {
  width: 175px;
}
.navigation ul.sf-menu.sf-vertical li {
  width: 175px;
  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: 177px;
}
.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: 24px;
  padding-bottom: 24px;
  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: 26px;
  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: 175px;
  top: 24px;
}
.search-block {
  text-align: right;
}
.search-block input {
  max-width: 100%;
}
.masonry .item {
  margin-left: 0 !important;
}
/*======================= SHOWCASE =======================*/
.mod-article-single {
  margin-bottom: 48px;
  position: relative;
}
.mod-article-single .item__module {
  overflow: hidden;
}
.mod-article-single.mod-article-single__map,
.mod-article-single.map {
  margin-bottom: 0;
}
.mod-article-single.custom {
  margin-bottom: 14px;
}
.mod-article-single.custom:before {
  position: absolute;
  left: 0;
  top: 0;
}
.mod-article-single.custom .item__module {
  font-size: 12px;
  line-height: 18px;
  overflow: hidden;
  padding: 26px 30px 31px;
}
.mod-article-single.custom .item__module .lazy_container {
  background: none;
}
.mod-article-single.custom .item__module .lazy_container .lazy_preloader {
  display: none;
}
.mod-article-single.custom .item__module .item_img {
  margin-bottom: 16px;
}
.mod-article-single.custom .item__module .item_img .img_container:before {
  position: absolute;
  top: 0;
  left: 0;
}
.mod-article-single.custom .item__module .item_img .img_container img {
  position: relative;
}
.mod-article-single.custom .item__module .item-title {
  color: #ffffff;
  position: relative;
  font-size: 15px;
  line-height: 38px;
}
.mod-article-single.custom .item__module .item_introtext {
  position: relative;
}
.mod-article-single .readmore {
  background: #fb393f;
  color: #ffffff;
  text-shadow: none;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #ffffff;
  letter-spacing: 1px;
  padding: 10px 32px;
  text-decoration: none !important;
  text-transform: uppercase;
}
.mod-article-single .readmore:hover,
.mod-article-single .readmore:focus,
.mod-article-single .readmore:active {
  background: #333333;
  color: #ffffff;
  text-shadow: none;
  border-color: #333333;
}
.mod-article-single.color1 {
  background: #fb393f;
  color: #ffffff;
  text-shadow: none;
}
.mod-article-single.color1:before {
  content: url(../images/template/color1bg.jpg);
}
.mod-article-single.color1 .item_img .img_container:before {
  content: url(../images/template/color1imgbg.gif);
}
.mod-article-single.color1 .readmore {
  background: none;
}
.mod-article-single.color1 .readmore:hover,
.mod-article-single.color1 .readmore:focus,
.mod-article-single.color1 .readmore:active {
  background: #333333;
  color: #ffffff;
  text-shadow: none;
  border-color: #333333;
}
.mod-article-single.color2 {
  background: #f1af44;
  color: #ffffff;
  text-shadow: none;
}
.mod-article-single.color2:before {
  content: url(../images/template/color2bg.jpg);
}
.mod-article-single.color2 .item_img .img_container:before {
  content: url(../images/template/color2imgbg.gif);
}
.mod-article-single.color2 .readmore {
  background: none;
}
.mod-article-single.color2 .readmore:hover,
.mod-article-single.color2 .readmore:focus,
.mod-article-single.color2 .readmore:active {
  background: #333333;
  color: #ffffff;
  text-shadow: none;
  border-color: #333333;
}
.mod-article-single.color3 {
  background: #01ac6d;
  color: #ffffff;
  text-shadow: none;
}
.mod-article-single.color3:before {
  content: url(../images/template/color3bg.jpg);
}
.mod-article-single.color3 .item_img .img_container:before {
  content: url(../images/template/color3imgbg.gif);
}
.mod-article-single.color3 .readmore {
  background: none;
}
.mod-article-single.color3 .readmore:hover,
.mod-article-single.color3 .readmore:focus,
.mod-article-single.color3 .readmore:active {
  background: #333333;
  color: #ffffff;
  text-shadow: none;
  border-color: #333333;
}
.mod-article-single.color4 {
  background: #00acbe;
  color: #ffffff;
  text-shadow: none;
}
.mod-article-single.color4:before {
  content: url(../images/template/color4bg.jpg);
}
.mod-article-single.color4 .item_img .img_container:before {
  content: url(../images/template/color4imgbg.gif);
}
.mod-article-single.color4 .readmore {
  background: none;
}
.mod-article-single.color4 .readmore:hover,
.mod-article-single.color4 .readmore:focus,
.mod-article-single.color4 .readmore:active {
  background: #333333;
  color: #ffffff;
  text-shadow: none;
  border-color: #333333;
}

.mod-article-single.color5 {
  background: #036592;
  color: #ffffff;
  text-shadow: none;
}
.mod-article-single.color5:before {
  content: url(../images/template/color5bg.jpg);
}
.mod-article-single.color5 .item_img .img_container:before {
  content: url(../images/template/color5imgbg.gif);
}
.mod-article-single.color5 .readmore {
  background: none;
}
.mod-article-single.color5 .readmore:hover,
.mod-article-single.color5 .readmore:focus,
.mod-article-single.color5 .readmore:active {
  background: #333333;
  color: #ffffff;
  text-shadow: none;
  border-color: #333333;
}

.mod-article-single .mod-newsflash-adv_custom-link {
  padding-top: 8px;
}
.mod-article-single .mod-newsflash-adv_custom-link a {
  font-size: 16px;
  text-decoration: underline !important;
}
.mod-article-single .mod-newsflash-adv_custom-link a:hover {
  text-decoration: none !important;
}
.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;
}
.acymailing_module_form .acymailing_introtext {
  padding: 40px 0 !important;
}
/*======================= FEATURE =======================*/
/*======================= MAINTOP =======================*/
#maintop-row {
  padding-top: 80px;
}
/*======================= CONTENT TOP =======================*/
/*======================= CONTENT =======================*/
#content-row {
  padding-top: 56px;
}
#component {
  min-height: 0;
}
.item {
  margin-bottom: 24px;
}
.item:after {
  content: '';
  display: block;
  clear: both;
}
.page-header {
  border: none;
  padding: 0;
  margin: 0;
}
.item_info_dl {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  margin: 0 0 24px;
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 10px;
}
.item_info_dl dd {
  margin: 0;
  display: inline-block;
  padding: 0 24px;
  text-align: center;
}
.item_info_dl dd .fa {
  display: block;
}
.item_info_dl dd + dd {
  border-left: 1px solid #707070;
}
.item_info_dl dd > * {
  display: inline-block;
}
.item_info_dl dd a {
  color: #707070;
}
.item_info_dl dd a:hover {
  color: #fb393f;
}
.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;
}
.moduletable.show .mod-article-single {
  margin-bottom: 0;
  padding: 17% 0 15%;
}
.moduletable.show .mod-article-single .item_introtext {
  color: #333333;
  background: url(../images/template/showBg.png) 0 0 repeat-y;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  padding: 48px 52px 7px;
}
.moduletable.show .mod-article-single .item_introtext span,
.moduletable.show .mod-article-single .item_introtext strong {
  color: #fb393f;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
}
.moduletable.show .mod-article-single .item_introtext span {
  font-size: 41px;
  line-height: 56px;
}
.moduletable.show .mod-article-single .item_introtext strong {
  font-size: 35px;
  line-height: 140px;
  margin: -35px 0 -21px;
}
.moduletable.fright {
  float: right;
}
.moduletable.itemleft header,
.moduletable.itemleft > div {
  padding-right: 34px;
}
.moduletable.itemright {
  position: relative;
}
.moduletable.itemright:before {
  border-left: 1px solid #b6b5b5;
  content: "";
  position: absolute;
  left: -18px;
  top: 0;
  bottom: 0;
}
.moduletable.itemright header,
.moduletable.itemright > div {
  padding-left: 34px;
}
.page-category.page-category__center {
  text-align: center;
}
.page-category.page-category__center .page_header h3 {
  margin-bottom: 0;
}
.page-category.page-category__overflow .item_introtext {
  overflow: hidden;
}
/*===== 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: 24px;
  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 24px 24px 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 {
  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 {
  margin-bottom: 72px;
}
.tags {
  clear: both;
}
.addthis_toolbox {
  padding-top: 14px;
}
/*======================= CONTENT BOTTOM =======================*/
/*======================= ASIDE 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;
}
.archive-module li a,
.categories-module li a {
  display: inline;
}
.archive-module li a:hover,
.categories-module li a:hover {
  background: none;
}
ul.item_list {
  margin: 0 0 24px;
}
ul.item_list li {
  list-style: none;
  padding-bottom: 6px;
  text-transform: uppercase;
}
ul.item_list li a {
  color: #68b436;
}
ul.item_list li a:hover {
  color: #fb393f;
}
ul.item-list {
  margin: 0 0 24px;
}
ul.item-list li {
  background: url(../images/template/marker.gif) 0 10px no-repeat;
  list-style: none;
  padding: 0 0 6px 18px;
}
ul.item-list li a {
  color: #707070;
}
ul.item-list li a:hover {
  color: #68b436;
}
ul.phone {
  margin: 0 0 0 -13px;
}
ul.phone li {
  font-family: 'Asap', sans-serif;
  font-size: 16px;
  text-align: center;
}
ul.phone li a,
ul.phone li .separator {
  background: #036592;
  color: #FFF;
  text-shadow: none;
  display: block !important;
  padding: 8px 10px;
}
ul.phone li a .img_container,
ul.phone li .separator .img_container {
  margin-right: 3px;
}
ul.start {
  padding: 30px 0 0px;
}
ul.start li a,
ul.start li .separator {
  display: inline-block !important;
  font-weight: bold;
  color: #68b436;
  border: 1px solid #68b436;
  letter-spacing: 1px;
  padding: 11px 36px 9px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
ul.start li a:hover {
  color: #fb393f;
  border-color: #fb393f;
}
ul.icons {
  margin: 0 0 33px;
}
ul.icons li {
  font-size: 19px;
  font-weight: 600;
  padding-bottom: 27px;
}
ul.icons li img {
  margin-right: 28px;
}
ul.icons li a {
  color: #68b436;
}
ul.icons li a:hover {
  color: #fb393f;
}
ul.icons li + li {
  border-top: 1px solid #b6b5b5;
  padding-top: 28px;
}
ul.icons li.lastItem {
  padding-bottom: 0;
}
.tagspopular ul {
  margin: 0;
}
.tagspopular ul li {
  list-style: none;
  display: inline-block;
  padding: 0 15px 12px 0;
}
/*======================= MAINBOTTOM =======================*/
#mainbottom-row {
  padding-top: 28px;
}
/*======================= BOTTOM =======================*/
/*======================= FOOTER =======================*/
#footer-wrapper {
  background: #ffffff;
  color: #959494;
  text-shadow: none;
  line-height: 17px;
}
#footer-wrapper .footer-wrapper-inner {
  background: #ffffff;
  color: #959494;
  text-shadow: none;
}
#footer-wrapper ul.social {
  margin: 9px 0px 24px;
  text-align: left;
}
#footer-wrapper ul.social li {
  display: inline-block;
  list-style: none;
  margin: 0 7px 0 0;
}
#footer-wrapper ul.social li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  -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;
  text-align: center;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  background: #ffffff;
  color: #68b436;
  text-shadow: none;
  border: 2px solid #68b436;
}
#footer-wrapper ul.social li a.fa {
  position: relative;
}
#footer-wrapper ul.social li a.fa:before {
  font: 22px/40px FontAwesome;
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  text-align: center;
}
#footer-wrapper ul.social li a:hover {
  border-color: #fb393f;
  background: #ffffff;
  color: #fb393f;
  text-shadow: none;
}
#footer-row {
  padding-top: 87px;
}
#footer-row .moduleTitle {
  font-size: 23px;
  font-weight: normal;
  line-height: 28px;
  margin-bottom: 28px;
  text-transform: none;
}
#footer-row .moduleTitle.nocolor {
  opacity: 0;
  filter: alpha(opacity=0);
}
ul.footer {
  margin: 0 0 24px;
}
ul.footer li {
  padding-bottom: 7px;
}
ul.footer li a {
  color: #7b7b7b;
}
ul.footer li a:hover {
  color: #fb393f;
}
ul.footer li.active a,
ul.footer li.active .separator {
  color: #fb393f;
}
.address span {
  display: inline-block;
  width: 80px;
}
.address p {
  padding-bottom: 16px;
}
.address a {
  color: #959494;
}
.address a:hover {
  color: #fb393f;
}
.address small {
  font-size: 100%;
}
.acymailing_module .acymailing_mootoolsbutton p {
  text-align: left;
}
.acymailing_module .acymailing_mootoolsbutton p a.acymailing_togglemodule {
  background: #fb393f;
  color: #ffffff;
  text-shadow: none;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 11px 47px 12px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.acymailing_module .acymailing_mootoolsbutton p a.acymailing_togglemodule:hover {
  background: #333333;
  color: #ffffff;
  text-shadow: none;
}
#copyright {
  color: #333333;
  margin-bottom: 96px;
  padding-top: 57px;
}
#copyright a,
#copyright .footertext {
  color: #959494;
}
#copyright a:hover {
  color: #fb393f;
}
/*===== Social Media ======*/
.social {
  margin: 9px 22px 0;
  text-align: right;
}
.social li {
  display: inline-block;
  list-style: none;
  margin: 0 0 0 6px;
}
.social li a {
  display: inline-block;
  width: 24px;
  height: 24px;
  -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;
  text-align: center;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  background: #f1af44;
  color: #ffffff;
  text-shadow: none;
}
.social li a.fa {
  position: relative;
}
.social li a.fa:before {
  font: 14px/24px FontAwesome;
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  text-align: center;
}
.social li a:hover {
  background: #555555;
  color: #ffffff;
  text-shadow: none;
}
.map_wrapper .map {
  height: 400px !important;
}

.zeiten
{
}

.dropfiles-content.dropfiles-content-default .dropfiles-container-default .dropfiles_list .file .file-xinfo > div > span {
    min-width: 1px !important;
    
}

.wf-icon-zoom-image>svg {
    fill: #000 !important;
    padding: 10px;
}

.dark-text .mnwall-s-desc, .dark-text .mnwall-desc, .dark-text .mnwall-price, .dark-text .mnwall-hits, .dark-text .mnwall-count {
    color: #000 !important;
}

.dark-text h3.mnwall-title a, .dark-text h3.mnwall-title span {
     color: #68B436 !important;
}

