.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 {
  margin-top: 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #c28317;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #8c8474;
}
h2,
h3 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 36px;
  font-weight: normal;
  line-height: 42px;
  letter-spacing: 3px;
  margin-bottom: 30px;
  color: #ffffff;
  text-transform: uppercase;
}
h4 {
  color: #c28317;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  margin-bottom: 20px;
}
.alert-heading {
  color: inherit;
}
p {
  margin: 0;
  padding-bottom: 20px;
}
p.text {
  padding-bottom: 11px;
}
.text {
  color: #c28317;
  letter-spacing: 2px;
  -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;
}
.text span {
  display: block;
  font-size: 18px;
  padding-bottom: 1px;
}
.overflow {
  overflow: hidden;
}
.icons-marker {
  font-size: 16.8px;
  line-height: 20px;
}
/*Buttons*/
.btn {
  padding: 4px 14px;
  font-size: 14px;
  line-height: 20px;
  background: #ffffff;
  color: #8c8474;
  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: #c28317;
  color: #ffffff;
  text-shadow: none;
  border: none;
}
.btn-primary:hover,
.btn-small:hover,
.btn-primary:focus,
.btn-small:focus,
.btn-primary:active,
.btn-small:active {
  background: #8c8474;
  color: #ffffff;
  outline: none;
}
.btn-primary.submitButton,
.btn-small.submitButton {
  float: right;
}
.btn-primary.disabled,
.btn-small.disabled {
  background: #c28317;
  color: #ffffff;
  text-shadow: none;
  border: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-info {
  background: none;
  color: #ffffff;
  text-shadow: none;
  border: none;
  float: right;
  font-weight: 500;
  letter-spacing: 3px;
  padding: 0 30px 0 0;
  position: relative;
  text-transform: uppercase;
}
.btn-info:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "\f067";
  font-size: 22px;
  font-family: FontAwesome;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active {
  background: none;
  color: #827a6a;
  text-shadow: none;
  outline: none;
}
#searchForm .btn.btn-primary {
  height: 28px;
}
/*Lists*/
ul.item_list,
.categories-module,
.archive-module {
  margin: 0;
}
ul.item_list li,
.categories-module li,
.archive-module li {
  background: url(../images/template/marker.png) 0 6px no-repeat;
  list-style: none;
  padding: 0 0 15px 20px;
}
ul.item_list li a,
.categories-module li a,
.archive-module li a {
  color: #8c8474;
}
ul.item_list li a:hover,
.categories-module li a:hover,
.archive-module li a:hover {
  color: #c28317;
}
ul.categories-module h5 {
  font-size: 1em;
  line-height: inherit;
  font-weight: normal;
  margin: 0;
}
/*Pagination*/
.pagination {
  height: auto;
  margin: 0;
  padding: 20px 0 40px;
  border-top: 4px solid #393329;
}
.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: 20px;
}
.pagination ul li .pagenav,
.pagination ul li .hasTooltip {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  box-shadow: none;
  background: none;
  color: #ffffff;
  text-shadow: none;
  border: none;
  font-weight: 500;
  letter-spacing: 3px;
  padding: 0;
  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;
}
.pagination ul li span.pagenav,
.pagination ul li .span.hasTooltip {
  background: none;
  color: #4e4c4a;
  text-shadow: none;
}
.pagination ul li a.pagenav,
.pagination ul li a.hasTooltip {
  background: none;
  color: #ffffff;
  text-shadow: none;
}
.pagination ul li a.pagenav:hover,
.pagination ul li a.hasTooltip:hover {
  background: none;
  color: #4e4c4a;
  text-shadow: none;
}
.pagination ul li.num span.pagenav,
.pagination ul li.num span.hasTooltip {
  background: none;
  color: #4e4c4a;
  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: #c28317;
}
.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: 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: #ffffff;
  color: #4e4c4a;
  text-shadow: none;
  position: relative;
}
/*======================= HEADER =======================*/
#header-row {
  padding-top: 38px;
}
#logo {
  margin-bottom: 45px;
  position: relative;
  z-index: 1;
  text-align: center;
}
#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%;
}
.navigation ul.sf-menu {
  display: table;
  margin: 0 auto;
  /*SubMenu Styles*/
}
.navigation ul.sf-menu > li {
  padding: 0;
  margin: 0 1px 0 0;
}
.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: #c28317;
  color: #ffffff;
}
.navigation ul.sf-menu > li > a,
.navigation ul.sf-menu > li > span {
  font-size: 14px;
  line-height: 72px;
  font-family: 'Roboto', sans-serif;
  color: #4e4c4a;
  background: #ffffff;
  display: block;
  padding: 0 60px 5px;
  -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;
  letter-spacing: 3px;
  font-weight: 500;
}
.navigation ul.sf-menu > li > a:hover,
.navigation ul.sf-menu > li > span:hover {
  background: #c28317;
  color: #ffffff;
}
.navigation ul.sf-menu > li > ul {
  top: 77px;
  /*Define 1st SubMenu position*/
}
.navigation ul.sf-menu > li > ul > li > a:hover,
.navigation ul.sf-menu > li > ul > li > span:hover {
  background: #ffffff;
  color: #c28317;
}
.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 {
  background: #ffffff;
  color: #c28317;
}
.navigation ul.sf-menu ul {
  width: 200px;
  /*Define menu width*/
}
.navigation ul.sf-menu li li ul {
  /*Define SubMenu position*/
  position: relative;
  top: 0px;
  left: 0;
  padding: 0;
}
.navigation ul.sf-menu li li ul li a,
.navigation ul.sf-menu li li ul li span {
  padding-left: 44px;
}
.navigation ul.sf-menu li li li ul {
  /*Define 2nd+ SubMenu position*/
  top: 0px;
  left: 0px;
}
.navigation ul.sf-menu ul {
  background: #c28317;
  padding: 12px 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: 14px;
  line-height: 29px;
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
  background: #c28317;
  display: block;
  font-weight: 500;
  padding: 0px 24px;
  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;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.navigation ul.sf-menu ul li a:hover,
.navigation ul.sf-menu ul li span:hover {
  background: #a86c05;
  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: #a86c05;
  color: #ffffff;
}
.navigation ul.sf-menu.sf-vertical {
  width: 200px;
}
.navigation ul.sf-menu.sf-vertical li {
  width: 200px;
  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: 202px;
}
.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: 72px;
  padding-bottom: 72px;
  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: 74px;
  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: 200px;
  top: 72px;
}
.navigation .select-menu {
  margin: 20px 0 !important;
}
.search-block {
  text-align: right;
}
.search-block input {
  max-width: 100%;
}
.masonry .item {
  margin-left: 0 !important;
}
/*======================= SHOWCASE =======================*/
#showcase-row {
  position: relative;
  z-index: 1;
}
.mod-article-single .item__module {
  margin-bottom: 50px;
  overflow: hidden;
}
.mod-article-single.video .itemInner {
  padding-top: 30px;
}
.mod-article-single.video .itemInner .item-title {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 4px;
  max-width: 200px;
  margin: 0 auto 10px;
}
.mod-article-single.video .itemInner .readmore {
  display: inline-block;
  float: none;
  height: 72px;
  width: 70px;
  margin-bottom: 10px;
  background: #ffffff;
  color: #ffffff;
  text-shadow: none;
  font-size: 0;
  line-height: 0;
  padding: 0;
}
.mod-article-single.video .itemInner .readmore:after {
  position: absolute;
  right: 50%;
  top: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 0 11px 11px;
  border-color: transparent transparent transparent #c28317;
  content: "";
  margin: -11px -7px 0 0;
}
.mod-article-single.video .itemInner .readmore:hover {
  background: #4e4c4a;
  color: #4e4c4a;
  text-shadow: none;
}
.mod-article-single.video .itemInner .item_published {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 36px;
  line-height: 40px;
  color: #ffffff;
  letter-spacing: 4px;
  text-transform: lowercase;
}
.mod-article-single.video .item__module {
  margin-bottom: 20px;
  position: relative;
}
.mod-article-single.video .item__module .item_img {
  margin-bottom: 0;
}
.mod-article-single.video .item__module .itemInner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.mod-article-single.color {
  background: #ffffff;
  color: #4e4c4a;
  text-shadow: none;
}
.mod-article-single.color .item__module {
  letter-spacing: 3px;
  margin: 0;
  padding: 31px 35px 33px;
}
.mod-article-single.color .item__module h2,
.mod-article-single.color .item__module h3 {
  line-height: 44px;
  color: #c28317;
  margin-bottom: 4px;
}
.mod-article-single.color .item__module h2 em,
.mod-article-single.color .item__module h3 em {
  color: #4e4c4a;
  font-style: normal;
  display: block;
}
.mod-article-single.color .item__module h2 em img,
.mod-article-single.color .item__module h3 em img {
  vertical-align: middle;
  margin-left: 6px;
}
.mod-article-single.color .item__module time.type {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.mod-article-single.color .item__module time.type span {
  color: #c28317;
}
.mod-article-single.color .mod-newsflash-adv_custom-link {
  margin-bottom: 20px;
}
.mod-article-single.color .mod-newsflash-adv_custom-link a {
  background: #c28317;
  color: #ffffff;
  text-shadow: none;
  display: block;
  letter-spacing: 1.3px;
  padding: 0px 0;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  line-height: 68px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.mod-article-single.color .mod-newsflash-adv_custom-link a:after {
  content: url(../images/template/custom-link.gif);
  float: right;
}
.mod-article-single.color .mod-newsflash-adv_custom-link a:hover {
  background: #ffffff;
  color: #c28317;
  text-shadow: none;
}
.mod-newsflash-adv .pretext {
  margin-bottom: 30px;
}
.mod-newsflash-adv.group {
  padding-top: 264px;
}
.mod-newsflash-adv.group .item {
  margin-bottom: 30px;
}
.mod-newsflash-adv.group .item_title {
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 4px;
  position: relative;
}
.mod-newsflash-adv.group .item_title:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0 0 -33px -8px;
  content: "\f067";
  font-size: 22px;
  font-family: FontAwesome;
}
.mod-newsflash-adv.group .item_title a {
  display: inline-block;
  color: #ffffff;
}
.mod-newsflash-adv.group .item_title a:hover {
  color: #c28317;
}
.mod-newsflash-adv.group .item_title .item_title_part2 {
  display: block;
}
.mod-newsflash-adv.mod-newsflash-adv__gallery .pretext {
  color: #c28317;
  margin-bottom: 70px;
}
.mod-newsflash-adv.mod-newsflash-adv__gallery .item {
  margin-bottom: 20px;
}
.mod-newsflash-adv.mod-newsflash-adv__gallery .item .item_img {
  margin-bottom: 0;
}
.mod-newsflash-adv.drop span.dropcap {
  background: #c28317;
  color: #ffffff;
  text-shadow: none;
  float: left;
  font-size: 36px;
  line-height: 60px;
  margin: 0 20px 0 0;
  width: 60px;
  text-align: center;
}
.mod-newsflash-adv.drop .item_content {
  color: #ffffff;
  overflow: hidden;
}
.mod-newsflash-adv.drop .item_content .item_title {
  font-size: 18px;
  margin-bottom: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.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 {
  margin-bottom: 40px;
  overflow: hidden;
}
/*======================= FEATURE =======================*/
#feature-row {
  position: relative;
  z-index: 1;
}
/*======================= MAINTOP =======================*/
#maintop-row {
  position: relative;
  z-index: 1;
}
/*======================= CONTENT TOP =======================*/
/*======================= CONTENT =======================*/
.headerInner {
  background: url(../images/template/wrapperBg.jpg) center 0 no-repeat;
}
.contentInner {
  background: url(../images/template/shadow.png) center 0 repeat-x;
  position: relative;
}
.contentInner:before {
  content: "";
  position: absolute;
  top: -270px;
  left: 0;
  display: block;
  width: 100%;
  height: 417px;
  background: url(../images/template/shadow.png) 0 0 repeat-x;
}
.contentInner > div {
  position: relative;
}
#content-row {
  padding-bottom: 30px;
}
#component {
  min-height: 0;
}
.item {
  margin-bottom: 50px;
}
.item:after {
  content: '';
  display: block;
  clear: both;
}
.page-header {
  border: none;
  padding: 0;
  margin: 0;
}
.item_info_dl {
  margin: 0 0 20px;
}
.item_info_dl dd {
  color: #ffffff;
  margin: 0;
  display: block;
}
.item_info_dl dd > * {
  display: inline;
}
.item_info_dl dd a,
.item_info_dl dd span {
  color: #c28317;
}
.item_info_dl dd a:hover {
  color: #ffffff;
}
.item_info_dl dd .item_published {
  font-size: 36px;
  line-height: 40px;
  display: block;
  margin-bottom: 10px;
}
.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;
}
/*===== Home Page ======*/
/*===== About Page ======*/
/*===== 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: 20px;
  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 20px 20px 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-archive .item,
.page-item__blog .item,
.page-blog .item {
  /*margin-bottom: @baseLineHeight*3;*/
}
.page-archive .item .span2,
.page-item__blog .item .span2,
.page-blog .item .span2 {
  margin-left: 0;
  margin-right: 30px;
  padding-left: 0 !important;
  width: 14.5299%;
}
.page-item {
  padding-bottom: 40px;
}
.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;
}
.tagspopular ul {
  margin: 0;
}
.tagspopular ul li {
  list-style: none;
  display: inline-block;
  padding: 0 15px 12px 0;
}
/*======================= MAINBOTTOM =======================*/
/*======================= BOTTOM =======================*/
/*======================= FOOTER =======================*/
#footer-wrapper {
  background: url(../images/template/footerBg.jpg) center bottom no-repeat;
}
#footer-wrapper .footer-wrapper-inner {
  background: url(../images/template/footerBg.jpg) center bottom no-repeat;
  padding-top: 54px;
}
#footer-wrapper .footer-wrapper-inner .list_carousel ul li .item_content {
  color: #c28317;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#footer-wrapper .footer-wrapper-inner .list_carousel ul li .item_content:hover {
  color: #ffffff;
}
#footer-wrapper .footer-wrapper-inner .list_carousel ul li .item_published {
  font-size: 36px;
  line-height: 40px;
  display: block;
  margin-bottom: 10px;
  color: white;
}
#copyright {
  color: #393329;
  font-size: 18px;
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: 2px;
  margin-bottom: 40px;
  text-transform: uppercase;
  text-align: center;
}
#copyright .footer_logo {
  display: inline-block;
  margin-bottom: 14px;
}
#copyright .year:after {
  content: '|';
  padding: 0 6px 0 10px;
}
#copyright a {
  color: #393329;
}
#copyright a:hover {
  color: #ffffff;
}
.input-append #jform_profile_dob_img {
  padding-bottom: 3px;
  padding-top: 3px;
}
