.fa-facebook:before {
    margin-left: 5px;
}
.row-fluid [class*="itemSocial"], .row-fluid [class*="social"] {
    box-sizing: border-box;
    display: flex;
    float: left;
    margin-left: 5px;
    min-height: 30px;
    padding-left: 0px;
    width: 100%;
}
.row-fluid .social {
    width: 20%;
}
#footer-row .mod-custom__social li {
    border-radius: 5px;
    float: left;
    list-style: outside none none;
    margin-left: 5px;
}
#footer-row .mod-custom__social a i:hover {
    background: none repeat scroll 0 0 #a2a2a2;
}
#footer-row .mod-custom__social a i {
  background: none repeat scroll 0 0 #68b680;
    border-radius: 5px;
    color: #fff;
    font-size: 26px;
    height: 27px;
    padding: 12px 7px 10px 13px;
    transition: all 0.5s ease 0s;
    width: 29px;
}

.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: #68b680;
}
h2,
h3 {
  color: #202226;
  font-size: 36px;
  font-weight: 600;
  line-height: 48px;
  margin-bottom: 26px;
}
h2.title,
h3.title {
font-family: 'Oswald',sans-serif;
  font-size: 22px;
font-weight: normal;
  margin-bottom: 9px;
}
h2.title span,
h3.title span {
  color: #68b680;
  font-size: 50px;
}
h4 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 8px;
  text-transform: uppercase;
}
h6 {
  font-size: 13px;
  font-weight: bold;
  margin: 0;
  line-height: 24px;
  text-transform: uppercase;
}
h7 {
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 8px;
  color: #000000;
}
p.text {
  color: #68b680;
  font-size: 13px;
  padding-bottom: 12px;
  text-transform: uppercase;
}
i.type {
  color: #787878;
  font-size: 11px;
  line-height: 30px;
}
.alert-heading {
  color: inherit;
}
p {
  margin: 0;
  padding-bottom: 15px;
}
.icons-marker {
  font-size: 15.6px;
  line-height: 24px;
}
/*Buttons*/
.btn {
  padding: 4px 14px;
  font-size: 13px;
  line-height: 24px;
  background: #ffffff;
  color: #737a7e;
  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: #68b680;
  color: #ffffff;
  text-shadow: none;
  border: 1px solid #68b69a;
  border-bottom-color: #68b69a;
  outline: none !important;
}
.btn-primary:hover,
.btn-small:hover {
  background: #68b69a;
  color: #ffffff;
}
.btn-primary.submitButton,
.btn-small.submitButton {
  float: right;
}
.btn-primary.disabled,
.btn-small.disabled {
  background: #68b69a;
  color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-primary:focus,
.btn-small:focus,
.btn-primary:active,
.btn-small:active {
  background: #68b680;
  color: #ffffff;
  text-shadow: none;
}
.btn-primary:focus:hover,
.btn-small:focus:hover,
.btn-primary:active:hover,
.btn-small:active:hover {
  background: #68b69a;
  color: #ffffff;
}
a.link,
.btn-info {
  display: inline-block;
  font-size: 12px;
  font-style: italic;
  line-height: 37px;
  background: #68b680;
  color: #ffffff;
  text-shadow: none;
  border: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 0 17px;
}
a.link:hover,
.btn-info:hover,
a.link:focus,
.btn-info:focus,
a.link:active,
.btn-info:active {
  box-shadow: none;
  background: #333333;
  color: #ffffff;
  text-shadow: none;
  outline: none;
}
.mod-newsflash-adv_custom-link {
  padding-bottom: 29px;
}
.mod-newsflash-adv_custom-link a {
  display: inline-block;
  font-size: 18px;
  line-height: 43px;
  background: #68b680;
  color: #ffffff;
  text-shadow: none;
  border: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 0 17px;
}
.mod-newsflash-adv_custom-link a:hover,
.mod-newsflash-adv_custom-link a:focus,
.mod-newsflash-adv_custom-link a:active {
  box-shadow: none;
  background: #333333;
  color: #ffffff;
  text-shadow: none;
  outline: none;
}
#searchForm .btn.btn-primary {
  height: 28px;
  padding: 0 12px;
}
/*Lists*/
ul.item_list,
.categories-module,
.archive-module {
  margin: 0 0 16px;
  padding-top: 11px;
}
ul.item_list li,
.categories-module li,
.archive-module li {
  background: url(../images/template/marker.png) 1px 11px no-repeat;
  font-size: 12px;
  font-style: italic;
  list-style: none;
  padding: 0 0 6px 10px;
}
ul.item_list li a,
.categories-module li a,
.archive-module li a {
  color: #737a7e;
}
ul.item_list li a:hover,
.categories-module li a:hover,
.archive-module li a:hover {
  color: #68b680;
}
ul.list {
  margin: 0 0 16px;
  padding-top: 11px;
}
ul.list li {
  background: url(../images/template/marker1.png) 1px 8px no-repeat;
  font-size: 14px;
  list-style: none;
  line-height: 20px;
  padding: 0 0 0px 10px;
  text-transform: uppercase;
}
ul.list li a {
  color: #333333;
}
ul.list li a:hover {
  text-decoration: underline !important;
}
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: 4px;
}
.pagination ul li .pagenav,
.pagination ul li .hasTooltip {
  text-transform: none;
  box-shadow: none;
  font-size: 12px;
  font-style: italic;
  line-height: 37px;
  background: #68b680;
  color: #ffffff;
  text-shadow: none;
  border: none;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  border-radius: 10px !important;
  padding: 0 17px;
}
.pagination ul li span.pagenav,
.pagination ul li .span.hasTooltip {
  background: #333333;
  color: #ffffff;
  text-shadow: none;
}
.pagination ul li a.pagenav,
.pagination ul li a.hasTooltip {
  background: #68b680;
  color: #ffffff;
  text-shadow: none;
}
.pagination ul li a.pagenav:hover,
.pagination ul li a.hasTooltip:hover {
  background: #333333;
  color: #ffffff;
  text-shadow: none;
}
.pagination ul li.num span.pagenav,
.pagination ul li.num span.hasTooltip {
  background: #333333;
  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 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: #68b680;
}
.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 10px 0;
  max-width: 50%;
}
.img-intro__right,
.img-full__right {
  float: right;
  margin: 0 0 10px 24px;
  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 {
  border-bottom: 1px solid #40545e;
  background: #000000;
  color: #ffffff;
  text-shadow: none;
}
/*======================= HEADER =======================*/
#header-row {
  background: #89b3c9;
  overflow: hidden;
}
#logo {
  margin-bottom: 22px;
  margin-top: 22px;
}
#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: #ffffff;
}
.navigation {
  padding-bottom: 24px;
  padding-top: 28px;
}
.navigation ul.sf-menu {
  float: right;
  /*SubMenu Styles*/
}
.navigation ul.sf-menu > li {
  padding: 0;
  margin: 0 0 0 36px;
}
.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: #68b680;
}
.navigation ul.sf-menu > li > a,
.navigation ul.sf-menu > li > span {
  font-size: 14px;
  line-height: 48px;
  font-family: 'Open Sans', sans-serif;
  color: #ffffff;
  background: none;
  display: block;
  padding: 0px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-transform: uppercase;
}
.navigation ul.sf-menu > li > a:hover,
.navigation ul.sf-menu > li > span:hover {
  background: none;
  color: #68b680;
}
.navigation ul.sf-menu > li > ul {
  top: 34px;
  /*Define 1st SubMenu position*/
  left: 50%;
  margin-left: -60px;
}
.navigation ul.sf-menu ul {
  width: 216px;
  /*Define menu width*/
}
.navigation ul.sf-menu li li ul {
  /*Define SubMenu position*/
  top: -12px;
  left: 120px;
}
.navigation ul.sf-menu li li li ul {
  /*Define 2nd+ SubMenu position*/
  top: -12px;
  left: 120px;
}
.navigation ul.sf-menu ul {
  background: #000000;
  padding: 12px 0;
  text-align: left;
}
.navigation ul.sf-menu ul li {
  padding: 2px 0;
}
.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: 13px;
  line-height: 24px;
  font-family: 'Open Sans', sans-serif;
  color: #ffffff;
  background: none;
  display: block;
  padding: 2px 23px;
  text-decoration: none;
  -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: #68b680;
}
.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: #68b680;
}
.navigation ul.sf-menu.sf-vertical {
  width: 120px;
}
.navigation ul.sf-menu.sf-vertical li {
  width: 120px;
  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: 122px;
}
.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: 48px;
  padding-bottom: 48px;
  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: 50px;
  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: 120px;
  top: 48px;
}
.search-block {
  text-align: right;
}
.search-block input {
  max-width: 100%;
}
.masonry .item {
  margin-left: 0 !important;
}
/*======================= SHOWCASE =======================*/
#showcase-row {
    padding-bottom: 20px;
    padding-top: 46px;
	}
.mod-article-single .item__module {
  margin-bottom: 48px;
  overflow: hidden;
}
.mod-article-single.mod-article-single__banner .item__module {
  margin-bottom: 0;
  position: relative;
  overflow: visible;
}
.mod-article-single.mod-article-single__banner .item__module .item_img {
  margin-bottom: 0;
  position: relative;
}
.mod-article-single.mod-article-single__banner .item__module .item_img:before,
.mod-article-single.mod-article-single__banner .item__module .item_img:after {
  background: white;
  position: absolute;
  bottom: 0;
  width: 100%;
  content: "";
  height: 91px;
}
.mod-article-single.mod-article-single__banner .item__module .item_img:before {
  left: -100%;
}
.mod-article-single.mod-article-single__banner .item__module .item_img:after {
  right: -100%;
}
.mod-article-single.mod-article-single__banner .item__module .item_introtext {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 12%;
}
.mod-article-single.mod-article-single__banner .item__module .item_introtext h1 {
color: black;
    font-weight: 900;
    font-size: 44px;
    line-height: 41px;
}
.mod-article-single.mod-article-single__banner .item__module .item_introtext h1 span {
display: block;
    font-size: 21px;
    line-height: 0px;
    margin-bottom: -8px;
}
.mod-article-single.mod-article-single__banner .item__module .item_introtext h2 {
color: black;
    font-weight: 900;
    font-size: 62px;
    line-height: 27px;
}
.mod-article-single.mod-article-single__banner .item__module .item_introtext h2 span {
display: block;
    font-size: 44px;
    line-height: 76px;
    margin-bottom: -21px;
}
.mod-article-single.mod-article-single__banner .item__module .item_introtext p {
color: black;
    font-size: 14px;
    line-height: 21px;
    padding: 20px 0 0;
    width: 500px;
}
.mod-article-single.mod-article-single__custom {
  color: #787878;
  font-size: 18px;
  line-height: 30px;
}
.mod-article-single.mod-article-single__custom .item__module {
  margin-bottom: 0;
}
.mod-article-single.mod-article-single__custom a {
  text-decoration: underline !important;
}
.mod-article-single.single {
  font-size: 14px;
  line-height: 24px;
  border-bottom: 1px solid #ccc;
}
.dropship-intro {
  font-size: 14px;
  line-height: 24px;
  margin-top: 5px;
}
.content-box-info p {
    font-size: 14px;
    line-height: 26px;
}

.mod-article-single.single .mod-newsflash-adv_custom-link {
  padding-bottom: 0;
}
.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.icons .item_content {
  background: #f5f5f5;
  color: #737a7e;
  text-shadow: none;
  padding: 21px 20px 14px;
  text-align: center;
}
.mod-newsflash-adv.icons .item_content .item_img {
  margin-bottom: 16px;
}
.mod-newsflash-adv.posts .item {
  margin-bottom: 20px;
}
.mod-newsflash-adv.posts .item_content {
  background: #ffffff;
  color: #737a7e;
  text-shadow: none;
  padding: 21px 20px 24px 26px;
}
.mod-newsflash-adv.posts .item_content .inner {
  overflow: hidden;
}
/*======================= FEATURE =======================*/
#feature-row {
  padding-bottom: 8px;
  border-top: 8px solid #e5e5e5;
  padding-top: 51px;
}
/*======================= MAINTOP =======================*/
#maintop-row {
  background: #f5f5f5;
  color: #737a7e;
  text-shadow: none;
  margin-bottom: -8px;
  padding-bottom: 18px;
  padding-top: 50px;
  position: relative;
}
/*======================= CONTENT TOP =======================*/
/*======================= CONTENT =======================*/
/*======================= #content-row {
  border-top: 8px solid #e5e5e5;
  padding-top: 49px;
	}
	 =======================*/
#content-row {
  padding-top: 49px;
	}
#component {
  min-height: 0;
}
.item {
  margin-bottom: 38px;
}
.item:after {
  content: '';
  display: block;
  clear: both;
}
.page-header {
  border: none;
  padding: 0;
  margin: 0;
}
.item_info_dl {
  margin: 0 0 17px;
}
.item_info_dl dd {
  color: #787878;
  font-size: 11px;
  font-style: italic;
  margin: 0 12px 0 0;
  display: inline;
}
.item_info_dl dd .fa {
  font-size: 18px;
  color: #68b680;
  margin-right: 5px;
}
.item_info_dl dd > * {
  display: inline;
}
.item_info_dl dd address {
  font-style: italic;
}
.item_info_dl dd a {
  color: #737a7e;
}
.item_info_dl dd a:hover {
  color: #68b680;
}
.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;
}
.price {
  font-size: 12px;
  border-top: 1px dotted black;
  max-width: 226px;
  padding-top: 22px;
}
.price span {
  color: #333333;
  font-size: 24px;
}
.price a.more {
  float: right;
  display: inline-block;
  font-size: 12px;
  font-style: italic;
  line-height: 33px;
  background: #68b680;
  color: #ffffff;
  text-shadow: none;
  border: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 0 19px;
}
.price a.more:hover,
.price a.more:focus,
.price a.more:active {
  background: #333333;
  color: #ffffff;
  text-shadow: 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: 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 {
  color: #787878;
  background: url(../images/template/blockquote_before.png) 60px 8px no-repeat;
  padding: 0 0 0 106px;
  margin: 0;
  border-left: none;
  text-align: center;
}
blockquote p {
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
  line-height: 30px;
  padding-bottom: 16px;
}
blockquote p:after {
  content: url(../images/template/blockquote_after.png);
  vertical-align: sub;
  margin-left: 18px;
}
blockquote small {
  color: #333333;
  display: inline-block;
}
small {
  color: #333333;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 8px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
}
small:before,
small:after {
  border-top: 1px solid #333333;
  position: absolute;
  top: 50%;
  width: 37px;
}
small:before {
  content: "" !important;
  left: -48px;
}
small:after {
  content: "";
  right: -48px;
}
/*===== Team Page ======*/
.page-category__team .item_introtext {
  overflow: hidden;
}
/*===== Blog Page ======*/
.page-item {
  padding-bottom: 48px;
}
.tags {
  clear: both;
}
.addthis_toolbox {
  padding-top: 13px;
}
/*======================= CONTENT BOTTOM =======================*/
/*======================= ASIDE RIGHT =======================*/
aside .moduletable {
  margin-bottom: 48px;
}
aside .moduleTitle {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 24px;
  text-transform: uppercase;
}
.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 {
  background: #f5f5f5;
  color: #737a7e;
  text-shadow: none;
  padding-bottom: 21px;
  padding-top: 32px;
}
/*======================= BOTTOM =======================*/
/*======================= FOOTER =======================*/
#footer-wrapper {
  background: #68b680;
  color: #ffffff;
  text-shadow: none;
}
#footer-wrapper .footer-wrapper-inner {
  background: #68b680;
  color: #ffffff;
  text-shadow: none;
}
#footer-row {
  border-top: 1px solid #838383;
  background: #000000;
  color: #bcbcbc;
  text-shadow: none;
  padding-bottom: 5px;
  padding-top: 43px;
}
#footer-row .moduleTitle {
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 13px;
}
ul.footer {
  margin: 0 0 36px;
  max-width: 172px;
}
ul.footer li {
  list-style: none;
  padding: 2px 0 3px;
}
ul.footer li a {
  font-size: 12px;
  color: #bcbcbc;
  display: inline-block;
}
ul.footer li a:hover {
  color: white;
}
ul.footer li + li {
  border-top: 1px solid #333333;
}
#copyright-row {
  border-top: 1px solid #31553c;
}
#copyright {
  line-height: 30px;
}
#copyright .text:after {
  content: '|';
  padding: 0 0 0 4px;
}
#copyright a {
  color: #ffffff;
}
#copyright a:hover {
  text-decoration: underline !important;
}
