.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: #35342f;
  margin-top: 0;
  text-transform: uppercase;
}
h1 a,
h2 a,
h3 a,
h5 a,
h6 a {
  color: #fff;
  text-transform: uppercase;
  font-size:0.1px;
}
h4 a {
  color: #666;
  text-transform: uppercase;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #404898;
  text-transform: uppercase;
}
h1.title {
  color: #7f7f7f;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
}
h1.title span {
  display: block;
  font-size: 48px;
  line-height: 48px;
  font-weight: bold;
  color: #ffb80d;
}
.page-item .item_header {
  text-align: left;
}
.page-item .item_header .item_title,
h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
  margin-bottom: 2px;
  padding-bottom: 0;
  text-align: left;
  text-transform: uppercase;
}
.page-item .item_header .item_title:after,
h4:after {
  display: none;
}
.page_header,
header {
  text-align: center;
}
.page_header h2,
header h2,
.page_header h3,
header h3 {
  font-size: 30px;
  line-height: 34px;
  display: inline-block;
  padding: 0px 0 22px;
  margin-bottom: 31px;
  position: relative;
  text-transform: uppercase;
}
.page_header h2:after,
header h2:after,
.page_header h3:after,
header h3:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 600px;
  height: 1px;
  background: #000;
  left: 50%;
  margin-left:-300px;

}
.alert-heading {
  color: inherit;
}
p {
  margin: 0;
  padding-bottom: 0;
}
.icons-marker {
  font-size: 16.8px;
  line-height: 24px;
}
/*Buttons*/
.btn {
  padding: 4px 14px;
  font-size: 14px;
  line-height: 24px;
  background: #ffffff;
  color: #898989;
  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: #35342F;
  color: #ffffff;
  text-shadow: none;
  border: none;
  outline: none !important;
}
.btn-primary:hover,
.btn-small:hover {
  background: #404898;
  color: #ffffff;
}
.btn-primary.submitButton,
.btn-small.submitButton {
  float: right;
}
.btn-primary.disabled,
.btn-small.disabled {
  background: #e3aa49;
  color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-primary:focus,
.btn-small:focus,
.btn-primary:active,
.btn-small:active {
  background: #35342F;
  color: #ffffff;
  text-shadow: none;
}
.btn-primary:focus:hover,
.btn-small:focus:hover,
.btn-primary:active:hover,
.btn-small:active:hover {
  background: #404898;
  color: #ffffff;
}
.btn-info {
  background: #333;
  color: #ffffff;
  text-shadow: none;
  border: none;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 5px 24px 6px;
  text-transform: uppercase;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active {
  background: #35342f;
  color: #ffffff;
  text-shadow: none;
  outline: none;
}
#jform_profile_dob_img {
  padding-top: 1px;
  padding-bottom: 1px;
}
#searchForm .btn.btn-primary {
  height: 28px;
  line-height: 28px;
  padding: 0 12px;
}
/*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 {
  text-transform: none;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  border: none;
  box-shadow: none;
  background: #f28658;
  color: #ffffff;
  text-shadow: none;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 5px 13px;
  text-transform: uppercase;
}
.pagination ul li span.pagenav,
.pagination ul li .span.hasTooltip {
  background: #35342f;
  color: #ffffff;
  text-shadow: none;
}
.pagination ul li a.pagenav,
.pagination ul li a.hasTooltip {
  background: #f28658;
  color: #ffffff;
  text-shadow: none;
}
.pagination ul li a.pagenav:hover,
.pagination ul li a.hasTooltip:hover {
  background: #35342f;
  color: #ffffff;
  text-shadow: none;
}
.pagination ul li.num span.pagenav,
.pagination ul li.num span.hasTooltip {
  background: #35342f;
  color: #ffffff;
  text-shadow: none;
}
/*Forms*/
input[type='radio'],
input[type='checkbox'] {
  margin: -2px 0 0;
}
/* Images */
.item_img,
.category_img {
  margin: 0 0 20px;
  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: #fff;
}
.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 30px 10px 0;
  max-width: 50%;
}
.img-intro__right,
.img-full__right {
  float: right;
  /*margin: 0 0 10px 30px;
  max-width: 100%;*/
}
.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: #fff;
  color: #ffffff;
  text-shadow: none;
  position: relative;
  overflow: hidden;
}
#top-row:after {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -167px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 350px 167px 0 167px;
}
#top-row .row-container {
  position: relative;
  z-index: 1;
}
/*======================= HEADER =======================*/
#header-row {
  background: #35342f;
  color: #ffffff;
  text-shadow: none;
  border-bottom: 1px solid #464641;
  border-top: 1px solid #464641;
}
#logo {
  padding-top: 28px;
  padding-bottom: 30px;
  text-align: left;
}
#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 {
  padding-top: 0px;
  padding-bottom:10px;
  margin-top:57px; 
  z-index:1000;
}
.navigation ul.sf-menu {
  display: table;
  margin: 0 auto;
  /*SubMenu Styles*/
}
.navigation ul.sf-menu > li {
  padding: 0;
  margin: 0 4px;
  position: relative;    padding-left:10px;  padding-right:10px;
}
.navigation ul.sf-menu > li:after {
  bottom: -1px;
  content: "";
  width: 130px;
  position: absolute;
  left: 50%;
  margin-left: -65px;
}
.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: #404898;
  color: #fff;
  border-radius:8px;

}
.navigation ul.sf-menu > li.active:after {
  border-bottom: 0px solid #f28658;
}
.navigation ul.sf-menu > li > a,
.navigation ul.sf-menu > li > span {
  font-size: 14px;
  line-height: 39px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  background: none;
  font-weight: bold;
  display: block;
  padding: 0 10px;
  -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: #000;
}
.navigation ul.sf-menu > li > ul {
  top: 37px;
  /*Define 1st SubMenu position*/
  left: 50%;
  margin-left: -65px;
  border-top: 3px solid #f28658;
}
.navigation ul.sf-menu ul {
  width: 130px;
  /*Define menu width*/
}
.navigation ul.sf-menu li li ul {
  /*Define SubMenu position*/
  top: -12px;
  left: 140px;
}
.navigation ul.sf-menu li li li ul {
  /*Define 2nd+ SubMenu position*/
  top: -12px;
  left: 140px;
}
.navigation ul.sf-menu ul {
  background: #ffffff;
  padding: 12px 0;
}
.navigation ul.sf-menu ul li {
  padding: 3px 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: 12px;
  line-height: 24px;
  font-family: 'Open Sans', sans-serif;
  color: #929292;
  background: #ffffff;
  display: block;
  padding: 0px 10px;
  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: #f28658;
  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: #f28658;
  color: #ffffff;
}
.navigation ul.sf-menu ul li.firstItem {
  border: none;
}
.navigation ul.sf-menu.sf-vertical {
  width: 130px;
}
.navigation ul.sf-menu.sf-vertical li {
  width: 130px;
  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: 132px;
}
.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: 39px;
  padding-bottom: 39px;
  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: 41px;
  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: 130px;
  top: 39px;
}
.search-block {
  text-align: right;
}
.search-block input {
  max-width: 100%;
}
.masonry .item {
  margin-left: 0 !important;
}
/*======================= SHOWCASE =======================*/
.mod-article-single .item__module {
  margin-bottom: 30px;
  overflow: hidden;
}
.mod-newsflash-adv .pretext {
  padding-bottom: 30px;
  text-align:center;
}
.mod-newsflash-adv.posts .item_content {
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  background: #000;
  color: #898989;
  text-shadow: none;
}
.mod-newsflash-adv.posts .item_content .itemInner {
  padding: 6px 32px 7px;
}
.mod-newsflash-adv.posts .item_content .item_title {
  margin-bottom: 5px;
}
.mod-newsflash-adv.posts .item_content .item_introtext {
  padding-bottom: 6px;
}
.mod-newsflash-adv.posts .item_content .item_published {
  border-top: 1px solid #eaebeb;
  display: block;
  font-size: 12px;
  padding: 14px 0;
  text-transform: uppercase;
}
.mod-newsflash-adv.posts .item_content .item_published .fa {
  font-size: 18px;
  color: #ffb80d;
  margin-right: 6px;
}
.mod-newsflash-adv.drop .dropcap {
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  background: #f28658;
  color: #ffffff;
  text-shadow: none;
  display: inline-block;
  font-size: 40px;
  line-height: 80px;
  font-weight: bold;
  width: 80px;
}
.mod-newsflash-adv.drop .item_content {
  border: 1px solid #caced2;
  margin-top: -40px;
  padding: 60px 18px 30px;
}
.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 .mod-newsflash-adv_custom-link {
  padding-bottom: 53px;
  padding-top: 5px;
  text-align: center;
}
/*======================= FEATURE =======================*/
#feature-row {
  background: #000;
  color: #ffffff;
  text-shadow: none;
  padding-top: 49px;
  padding-bottom: 14px;
}
.slogan span {
  float: left;
  margin-right: 20px;
  font-size: 60px;
  line-height: 40px;
  font-weight: bold;
  letter-spacing: -4px;
  text-transform: uppercase;
}
.slogan p {
  padding-bottom: 11px;
}
/*======================= MAINTOP =======================*/
#maintop-row {
  padding-top: 47px;
}
/*======================= CONTENT TOP =======================*/
/*======================= CONTENT =======================*/
#content-row {
  padding-top: 0px;
}
#component {
  min-height: 0;
}
.item {
  margin-bottom: 30px;
}
.item:after {
  content: '';
  display: block;
  clear: both;
  margin-bottom: 40px;
}
.page-header {
  border: none;
  padding: 0;
  margin: 0;
}
.item_info_dl {
  border-bottom: 1px solid #eaebeb;
  color: #898989;
  margin: 0 0 12px;
  overflow: hidden;
  padding-bottom: 12px;
  text-transform: uppercase;
}
.item_info_dl dd {
  margin: 0 12px 0 0;
  display: inline;
  font-size: 12px;
  font-weight: 300;
}
.item_info_dl dd > * {
  display: inline;
}
.item_info_dl dd .fa {
  color: #d16030;
}
.item_info_dl dd a {
  color: #898989;
}
.item_info_dl dd a:hover {
  color: #d16030;
}
.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;
}
/*===== Newsletter Page ======*/
.newsletter header {
  float: left;
}
.newsletter header .moduleTitle {
  margin-bottom: 0;
  padding-bottom: 0;
}
.newsletter header .moduleTitle:after {
  display: none;
}
.newsletter .acymailing_modulenewsletter,
.newsletter.acymailing_module {
  /*float: right;*/
}
.newsletter .acymailing_modulenewsletter .acymailing_fulldiv form,
.newsletter.acymailing_module .acymailing_fulldiv form {
  margin-bottom: 0;
}
.newsletter .acymailing_modulenewsletter .acymailing_fulldiv form .acymailing_module_form .acymailing_form,
.newsletter.acymailing_module .acymailing_fulldiv form .acymailing_module_form .acymailing_form {
  float: right;
  width: 100%;
  max-width: 64%;
  overflow: hidden;
  margin-bottom: 48px;
  padding-top: 6px;
}
.newsletter .acymailing_modulenewsletter .acymailing_fulldiv form .acymailing_module_form .acymailing_form p,
.newsletter.acymailing_module .acymailing_fulldiv form .acymailing_module_form .acymailing_form p {
  width: 100%;
  margin: 0;
  padding: 0;
}
.newsletter .acymailing_modulenewsletter .acymailing_fulldiv form .acymailing_module_form .acymailing_form p input.inputbox,
.newsletter.acymailing_module .acymailing_fulldiv form .acymailing_module_form .acymailing_form p input.inputbox {
  color: #969696;
  font-size: 14px;
  line-height: 24px;
  margin: 0;
  height: 48px;
  padding: 11px 32px;
  border-color: #e5e5e5;
}
.newsletter .acymailing_modulenewsletter .acymailing_fulldiv form .acymailing_module_form .acymailing_form p.fieldacyemail,
.newsletter.acymailing_module .acymailing_fulldiv form .acymailing_module_form .acymailing_form p.fieldacyemail {
  float: left;
  max-width: 79%;
}
.newsletter .acymailing_modulenewsletter .acymailing_fulldiv form .acymailing_module_form .acymailing_form p.fieldacyemail .inputbox,
.newsletter.acymailing_module .acymailing_fulldiv form .acymailing_module_form .acymailing_form p.fieldacyemail .inputbox {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
}
.newsletter .acymailing_modulenewsletter .acymailing_fulldiv form .acymailing_module_form .acymailing_form p.acysubbuttons,
.newsletter.acymailing_module .acymailing_fulldiv form .acymailing_module_form .acymailing_form p.acysubbuttons {
  float: right;
  max-width: 19%;
}
.newsletter .acymailing_modulenewsletter .acymailing_fulldiv form .acymailing_module_form .acymailing_form p.acysubbuttons .subbutton,
.newsletter.acymailing_module .acymailing_fulldiv form .acymailing_module_form .acymailing_form p.acysubbuttons .subbutton {
  background: #f28658;
  border: none;
  font-size: 14px;
  font-weight: bold;
  line-height: 48px;
  padding: 0 10px;
  text-transform: uppercase;
  width: 100%;
  letter-spacing: 1px;
}
.newsletter .acymailing_modulenewsletter .acymailing_fulldiv form .acymailing_module_form .acymailing_form p.acysubbuttons .subbutton:hover,
.newsletter.acymailing_module .acymailing_fulldiv form .acymailing_module_form .acymailing_form p.acysubbuttons .subbutton:hover {
  background: #35342f;
}
.newsletter .acymailing_modulenewsletter .acymailing_fulldiv form .acymailing_module_form .acymailing_finaltext,
.newsletter.acymailing_module .acymailing_fulldiv form .acymailing_module_form .acymailing_finaltext {
  font-size: 14px;
  line-height: 22px;
  display: inline-block;
  width: 100%;
  max-width: 33%;
  margin-bottom: 48px;
}
/*===== 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-item {
  padding-bottom: 30px;
}
.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;
}
.archive-module.local,
.categories-module.local,
.mod-menu .nav.menu.local,
.list1 ul.local {
  background: url(../images/template/local.png) 0 6px no-repeat;
  display: table;
  margin: 0 auto 16px;
  padding-left: 32px;
}
.archive-module.local li,
.categories-module.local li,
.mod-menu .nav.menu.local li,
.list1 ul.local li {
  line-height: 18px;
}
.tagspopular ul {
  margin: 0;
}
.tagspopular ul li {
  list-style: none;
  display: inline-block;
  padding: 0 15px 12px 0;
}
/*======================= MAINBOTTOM =======================*/
#mainbottom-row {
  background: #f3f3f3;
  color: #898989;
  text-shadow: none;
  padding-top: 47px;
}
/*======================= BOTTOM =======================*/
#bottom-row {
  background: #ebebeb;
  background-size: cover !important;
  color: #000;
  padding-bottom: 26px;
  padding-top: 42px;
}
#bottom-row header .moduleTitle {
  color: #000;
}
#bottom-row header .moduleTitle:after {
  background: #000;
  bottom: 0;
  content: "";
  height: 1px;
  left: 50%;
  width: 300px;
  margin-left:-150px;
}
/*======================= FOOTER =======================*/
#footer-row {
  padding-top: 50px;
  background:#cfcfcf;
}
#copyright-row {
  border-top: 1px solid #494843;
  border-bottom: 1px solid #494843;
  font-family: Arial Black, Gadget, sans-serif;
  font-size: 12px;
  line-height: 18px; 
  background: #000;
  color: #9a9998;
  text-shadow: none;
  padding-bottom: 0px;
  padding-top: 14px;
  text-transform: uppercase;
}
#copyright {
  line-height: 34px;
  margin-bottom: 16px;
}
#copyright .year:after {
  content: '|';
  padding: 0 4px 0 7px;
}
#copyright a {
  color: #9a9998;
}
#copyright a:hover {
  color: white;
}
/*===== Social Media ======*/
.social {
  margin: 5px 0 16px;
  text-align: right;
}
.social li {
  display: inline;
  list-style: none;
  margin: 0 0 0 23px;
}
.social li a {
  display: inline-block;
  -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;
  color: #9a9998;
}
.social li a.fa {
  position: relative;
}
.social li a.fa:before {
  font: 19px/20px FontAwesome;
}
.social li a:hover {
  color: #ffffff;
}
a.bz {
font-size:xx-small;
  color:#ccc;
}
