.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: 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*======================= TYPOGRAPHY =======================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
}
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: #658c29;
}
h1,
h2,
h3 {
  font: 50px/1em 'PT Sans Narrow', sans-serif;
  color: #373737;
  text-align: center;
  padding: 0 0 32px 0;
  text-transform: uppercase;
  font-weight: bold;
}
h4 {
  font: 24px/24px 'PT Sans Narrow', sans-serif;
  font-weight: bold;
  padding: 0 0 12px 0;
  color: #373737;
}
a {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.alert-heading {
  color: inherit;
}
p {
  margin: 0;
  padding-bottom: 18px;
}
.icons-marker {
  font-size: 16.8px;
  line-height: 18px;
}
/*Buttons*/
.btn {
  padding: 5px 15px 6px;
  margin: 0;
  font-size: 20px;
  font-family: 'PT Sans Narrow', sans-serif;
  line-height: 24px;
  background: #a2a2a2;
  color: #ffffff;
  text-shadow: none;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-weight: bold;
  text-transform: capitalize;
  -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,
.btn:active,
.btn:focus,
.btn.active {
  text-decoration: none;
  color: #ffffff;
  background: #658c29;
  border: none;
  -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.disabled {
  cursor: default !important;
  pointer-events: none;
  background: #a2a2a2;
  color: #ffffff;
  text-shadow: none;
}
.mod-newsflash-adv_custom-link {
  text-align: center;
  padding-top: 39px;
}
#searchForm .btn.btn-primary {
  height: 32px;
  padding-top: 4px;
  margin-left: 4px;
}
.dropdown-toggle {
  padding: 4px 10px;
  border: 1px solid #658c29 !important;
  text-decoration: none !important;
  background: #658c29;
}
.dropdown-toggle:hover {
  background: #a2a2a2;
  border-color: #a2a2a2 !important;
  color: #fff;
}
.btn-group.open .btn.dropdown-toggle {
  background: #a2a2a2;
  border-color: #a2a2a2 !important;
  color: #fff;
}
.kmt-form-submit .btn {
  float: right;
}
.ks.btn {
  margin-left: 10px;
}
#jform_profile_dob_img.btn {
  padding-top: 2px;
}
.control-label {
  display: inline;
}
.control-label label,
.control-label strong,
.control-label span {
  display: inline !important;
}
/*Lists*/
ul {
  margin: 0;
}
li {
  list-style-type: none;
}
.list1 li {
  padding-bottom: 12px;
  position: relative;
  padding-left: 22px;
}
.list1 li:before {
  content: "\f0da";
  position: relative;
  font: 18px/18px FontAwesome;
  color: #373737;
  position: absolute;
  top: 0;
  left: 0;
}
.list1 a {
  color: #616161;
}
.list1 a:hover {
  color: #658c29;
}
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%;
  text-align: left;
}
.pagination ul li {
  display: inline-block;
  margin-right: 2px;
}
.pagination ul li .pagenav,
.pagination ul li .hasTooltip {
  font: 800 14px/18px;
  text-transform: none;
  color: #373737;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  border: 1px solid #dadada;
  background: #ffffff;
  box-shadow: none;
}
.pagination ul li span.pagenav,
.pagination ul li .span.hasTooltip {
  color: #ffffff;
  background: #658c29;
}
.pagination ul li a.pagenav,
.pagination ul li a.hasTooltip {
  color: #373737;
  background: #ffffff;
}
.pagination ul li a.pagenav:hover,
.pagination ul li a.hasTooltip:hover {
  color: #ffffff;
  background: #658c29;
}
.pagination ul li.pagination-start span.pagenav,
.pagination ul li.pagination-prev span.pagenav,
.pagination ul li.pagination-next span.pagenav,
.pagination ul li.pagination-end span.pagenav,
.pagination ul li.pagination-start .span.hasTooltip,
.pagination ul li.pagination-prev .span.hasTooltip,
.pagination ul li.pagination-next .span.hasTooltip,
.pagination ul li.pagination-end .span.hasTooltip {
  color: #616161;
  background: #ffffff;
}
/*Forms*/
input[type='radio'],
input[type='checkbox'] {
  margin: -2px 0 0;
}
/* Images */
.item_img,
.category_img {
  margin: 0px 20px 20px 0;
  position: relative;
  float: left;
}
.item_img {
  font-size: 0;
  line-height: 0;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.item_img img {
  max-width: 100%;
}
.item_img a img {
  opacity: 0.6;
}
.item_img a:hover img {
  opacity: 1;
}
.item_img a {
  background: #000;
  position: relative;
  display: inline-block;
  overflow: hidden;
  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 {
  color: #658c29;
}
.item_img a:hover:after {
  font-size: 40px;
  opacity: 1;
  filter: alpha(opacity=100);
  color: #658c29;
}
.item_img a .BWfade {
  width: 100% !important;
  height: 100% !important;
  z-index: 2;
}
.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;
}
.alert {
  margin-top: 20px;
}
/*======================= TOP =======================*/
.bg_top {
  border-top: 3px solid #0a0a0a;
  background: url(../images/bg_top.jpg) center 0 no-repeat;
  min-height: 76px;
  position: relative;
}
/*======================= HEADER =======================*/
#logo a {
  display: inline-block;
}
#logo h1 {
  font-size: 0;
  line-height: 0;
  height: 0;
  width: 0;
  border: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  text-indent: -9999px;
  display: none;
}
/*======================= NAVIGATION =======================*/
#navigation-row {
  position: absolute !important;
  width: 100% !important;
  top: 0;
  left: 0;
}
.navigation ul.sf-menu {
  float: right;
  padding-top: 36px;
  /*SubMenu Styles*/
}
.navigation ul.sf-menu > li {
  padding: 0;
  margin: 0 0px 0 51px;
  position: relative;
}
.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: #ffffff;
  border-bottom: 3px solid #658c29;
}
.navigation ul.sf-menu > li > a,
.navigation ul.sf-menu > li > span {
  font-size: 16px;
  line-height: 1.2em;
  font-family: 'PT Sans', sans-serif;
  color: #ffffff;
  background: none;
  display: block;
  padding: 0 0 10px 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -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: none;
  color: #ffffff;
  border-bottom: 3px solid #fff;
}
.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: 38px;
  /*Define 1st SubMenu position*/
  left: 50%;
  margin-left: -81px;
  border-top: 2px solid #658c29;
}
.navigation ul.sf-menu > li > ul:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 20px;
  top: -20px;
}
.navigation ul.sf-menu ul {
  width: 162px;
  /*Define menu width*/
}
.navigation ul.sf-menu li li ul {
  /*Define SubMenu position*/
  top: -12px;
  left: 163px;
}
.navigation ul.sf-menu li li li ul {
  /*Define 2nd+ SubMenu position*/
  top: 32px;
  left: 0;
}
.navigation ul.sf-menu ul {
  background: #0a0a0a;
  padding: 12px 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.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: 30px;
  font-family: 'PT Sans', sans-serif;
  color: #ffffff;
  background: none;
  display: block;
  padding: 0 12px;
  font-weight: normal;
  text-align: center;
  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: #658c29;
  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: #658c29;
  color: #ffffff;
}
.navigation ul.sf-menu ul li.firstItem {
  border: none;
}
.navigation ul.sf-menu.sf-vertical {
  width: 162px;
}
.navigation ul.sf-menu.sf-vertical li {
  width: 162px;
  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: 164px;
}
.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: 1.2em;
  padding-bottom: 1.2em;
  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: 3.2em;
  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: 162px;
  top: 1.2em;
}
.search-block {
  text-align: right;
}
.search-block input {
  max-width: 100%;
}
.masonry .item {
  margin-left: 0 !important;
}
/*======================= SHOWCASE =======================*/
#showcase-row .row-container {
  width: 100%;
  margin: 0;
  max-width: 100%;
}
#showcase-row .container-fluid {
  padding: 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;
}
/*======================= FEATURE =======================*/
.welcome .item_introtext {
  padding-left: 96px;
  padding-right: 96px;
  text-align: center;
}
.welcome h3 {
  padding-bottom: 15px;
}
.welcome h4 {
  padding-bottom: 16px;
}
.welcome p {
  padding-bottom: 40px;
}
/*======================= MAINTOP =======================*/
/*======================= CONTENT TOP =======================*/
/*======================= CONTENT =======================*/
#component {
  min-height: 0;
}
.bg_cont {
  padding-top: 71px;
  background: #fff;
}
.bg_cont .moduletable {
  padding-bottom: 44px;
}
.blocks .mod-newsflash-adv {
  padding: 0 144px;
}
.blocks .item_content {
  padding: 0 38px;
  text-align: center;
}
.blocks h4 {
  padding-top: 159px;
  position: relative;
}
.blocks h4:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 128px;
  height: 128px;
  margin-left: -64px;
}
.blocks .item_num0 h4:before {
  background: url(../images/icon-1.png) 0 0 no-repeat;
}
.blocks .item_num1 h4:before {
  background: url(../images/icon-2.png) 0 0 no-repeat;
}
.blocks .item_num2 h4:before {
  background: url(../images/icon-3.png) 0 0 no-repeat;
}
.blocks p {
  padding-bottom: 16px;
}
.view-category.body__home #content-row {
  background: url(../images/bg-2.jpg) 50% 50% no-repeat fixed;
  padding-top: 31px;
  margin-bottom: 41px;
}
.view-category.body__home .filters b {
  display: none;
}
.view-category.body__home .page_header h3 {
  padding-bottom: 28px;
}
.view-category.body__home #filters {
  text-align: center;
  display: block;
  padding-bottom: 9px;
}
.view-category.body__home #filters li {
  display: inline-block;
  margin: 0 20px;
}
.view-category.body__home #filters .btn {
  background: none;
  font: 24px/28px 'PT Sans Narrow', sans-serif;
  font-weight: bold;
  color: #373737;
  text-transform: none;
  text-decoration: underline !important;
  padding: 0;
}
.view-category.body__home #filters .btn:hover,
.view-category.body__home #filters .btn.active {
  color: #658c29;
  text-decoration: none !important;
}
.view-category.body__home .gallery-grid {
  position: relative;
  margin-bottom: 20px;
}
.view-category.body__home .gallery-grid .page-gallery {
  padding-bottom: 21px;
}
.view-category.body__home .gallery-grid .item_img {
  margin: 0;
}
.view-category.body__home .gallery-grid .item_cont {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 14px;
  right: 0;
  z-index: 1000;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.view-category.body__home .gallery-grid .item_cont h4 {
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  padding: 0 0 2px 0;
}
.view-category.body__home .gallery-grid .item_cont p {
  padding-bottom: 7px;
}
.view-category.body__home .gallery-grid:hover .item_cont {
  bottom: -80px;
}
.view-category.body__home #isotopeContainer {
  padding-bottom: 21px;
}
.view-category.body__home .page-gallery {
  padding-bottom: 0px;
}
.news.moduletable,
.why-us.moduletable {
  padding-bottom: 95px;
}
.news .item_img,
.why-us .item_img {
  margin-right: 0;
  float: none;
  margin-bottom: 0;
}
.news .item_content,
.why-us .item_content {
  background: #e1e1e1;
  text-align: center;
  padding: 0 12px;
  border-bottom: 2px solid #a2a2a2;
}
.news h4,
.why-us h4 {
  padding: 17px 0 8px 0;
}
.news p,
.why-us p {
  padding-bottom: 16px;
}
.news .item_published,
.why-us .item_published {
  display: inline-block;
  padding: 5px 14px 4px;
  font-size: 20px;
  font-family: 'PT Sans Narrow', sans-serif;
  line-height: 24px;
  background: #a2a2a2;
  color: #ffffff;
  text-shadow: none;
  font-weight: bold;
}
.why-us.moduletable {
  padding-bottom: 44px;
}
.why-us .btn {
  margin-bottom: -2px;
}
.our_history p {
  padding-right: 20px;
}
.advantages h3 {
  text-align: left;
}
.advantages .item_content {
  position: relative;
  padding-left: 60px;
}
.advantages .item_content:before {
  position: absolute;
  top: 0;
  left: 0;
  font: 33px/30px FontAwesome;
  color: #373737;
}
.advantages .item_num0 .item_content:before {
  content: "\f06c";
}
.advantages .item_num1 .item_content:before {
  content: "\f007";
}
.advantages .item_num2 .item_content:before {
  content: "\f0ac";
}
.opportunities h3 {
  text-align: left;
}
.from_blog h3 {
  text-align: left;
}
.from_blog .item_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 95px;
}
.from_blog .item_content {
  position: relative;
  padding-left: 114px;
  min-height: 95px;
  padding-bottom: 30px;
}
.from_blog h4 {
  padding-bottom: 0;
}
.from_blog .item_published {
  color: #658c29;
  padding-bottom: 12px;
  display: block;
}
.page-category__testimonials .item_introtext {
  padding-left: 67px;
  position: relative;
}
.page-category__testimonials .item_introtext:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/quot.png) 0 0 no-repeat;
  width: 51px;
  height: 42px;
}
.new .mod-newsflash-adv {
  padding: 0 144px;
}
.new .item_content {
  padding: 0 38px;
  text-align: center;
  padding-top: 159px;
  position: relative;
}
.new span.dropcap {
  position: absolute;
  top: 0;
  left: 50%;
  width: 128px;
  height: 128px;
  background: #e1e1e1;
  margin-left: -64px;
  -webkit-border-radius: 64px;
  -moz-border-radius: 64px;
  border-radius: 64px;
  font: 60px/124px 'PT Sans Narrow', sans-serif;
  color: #373737;
  text-align: center;
  font-weight: bold;
}
.new p {
  padding-bottom: 16px;
}
.page-category__history,
.page-category__team,
.page-category__faqs,
.page-category__testimonials {
  padding-bottom: 30px;
}
.page-gallery,
.page-contact,
.page-remind,
.page-reset,
.page-registration,
.page-item,
.com_kunena #component {
  padding-bottom: 60px;
}
#filters li,
#sort li,
#grid-list li {
  margin-right: 2px;
  margin-bottom: 2px;
}
.items-row {
  padding-bottom: 30px;
}
.item {
  margin-bottom: 0;
}
.item:after {
  content: '';
  display: block;
  clear: both;
}
.page-header {
  border: none;
  padding: 0;
  margin: 0;
}
.item_info_dl {
  margin: 0 0 18px;
}
.item_info_dl dd {
  margin: 0;
  display: inline;
}
.item_info_dl dd > * {
  display: inline;
}
.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 ======*/
.mfp-bottom-bar h4 a {
  color: #fff;
}
.mfp-bottom-bar h4 a:hover {
  color: #658c29;
}
.img-full.span5.item_img {
  width: auto;
  padding-left: 0;
}
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: 18px;
  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.straightDown {
  float: none;
}
ul.gallery .gallery-grid.straightDown .item_img {
  float: left;
  margin: 0 18px 18px 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: #fff;
}
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 ======*/
.tags {
  clear: both;
}
.addthis_toolbox {
  padding-top: 14px;
}
/*======================= CONTENT BOTTOM =======================*/
/*======================= ASIDE RIGHT =======================*/
.archive-module li a,
.categories-module li a,
.mod-menu .nav.menu li a,
.list1 ul li a {
  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;
}
.tagspopular ul {
  margin: 0;
}
.tagspopular ul li {
  list-style: none;
  display: inline-block;
  padding: 0 15px 12px 0;
}
/*======================= MAINBOTTOM =======================*/
#mainbottom-row {
  background: #e1e1e1;
  padding-top: 44px;
  margin-bottom: 44px;
}
/*======================= BOTTOM =======================*/
/*======================= FOOTER =======================*/
.mail {
  text-align: center;
  padding-top: 60px;
}
.mail a {
  display: inline-block;
  font: 60px/1em 'PT Sans Narrow', sans-serif;
  color: #f7f7f7;
  font-weight: bold;
  background: #658c29;
  padding: 12px 28px 13px;
  text-transform: uppercase;
}
.mail a:hover {
  background: #a2a2a2;
}
#copyright {
  color: #fff;
  padding-top: 50px;
  padding-bottom: 26px;
  text-align: center;
}
#copyright a {
  color: #fff;
  display: inline-block;
}
#copyright a:hover {
  color: #658c29;
}
/*===== Social Media ======*/
.social {
  margin: 0;
  text-align: center;
  padding-bottom: 50px;
}
.social li {
  margin: 6px 11px 0 0;
  list-style-type: none;
  display: inline-block;
}
.social li a {
  width: 53px;
  height: 53px;
  display: block;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #658c29;
  color: #fff;
  -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;
  position: relative;
}
.social li a:before {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  font: 27px/52px FontAwesome;
}
.social li a:hover {
  background: #a2a2a2;
}
.google:before {
  content: "\f0d5";
}
.pinterest:before {
  content: "\f0d2";
}
.twitter:before {
  content: "\f099";
}
.facebook:before {
  content: "\f09a";
}
.linkedin:before {
  content: "\f0e1";
}
