.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: #f89c53;*/
  color:#603913;
  margin-top: 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
 /* color: #f89c53;*/
  color:#7F3C06;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #303030;
}
h3 {
  color: #303030;
 
  font: bold 40px/40px 'Ubuntu Condensed', sans-serif; 
  /*font: bold 40px/40px 'Yanone Kaffeesatz', sans-serif;*/
  margin-bottom: 23px;
 /* text-transform: uppercase;*/
}
h4 {
  font: bold 22px/20px 'Ubuntu Condensed', sans-serif;
  margin-bottom: 9px;
}
h4.item_title
{
color: #f89c53;

}

h4 a.item_more
{
color: #f89c53;

}

h4.slide-title {
  font-size: 80px;
  line-height: 100px;
  margin-bottom: 4px;
  /*color: #ffffff;*/
  /*color: #d47d16;*/
  /*text-transform: uppercase;*/
  /*text-shadow: 2px 2px 0px #332b33;*/
  text-shadow:2px 2px 0 #FE8721;
}
.alert-heading {
  color: inherit;
}
p {
  margin: 0;
  padding-bottom: 20px;
}
.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: #333333;
  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 {
  font-size: 18px;
  line-height: 40px;
  font-weight: bold;
  background: #f89c53;
  color: #ffffff;
  text-shadow: none;
  border: none;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  padding: 8px 18px 9px;
 /* text-transform: uppercase;*/
  text-shadow: 1px 1px 0px #d47d16;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background: #303030;
  color: #ffffff;
  text-shadow: none;
  box-shadow: none;
  outline: none;
}
.btn-primary.submitButton {
  float: right;
}
.btn-primary.disabled {
  background: #f89c53;
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-info {
 /* font-size: 18px; */
 /* line-height: 40px; */
  font-weight: bold;
  background: #f89c53;
  color: #ffffff;
  text-shadow: none;
  border: none;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
 /* padding: 8px 18px 9px; */
 /* text-transform: uppercase; */
  text-shadow: 1px 1px 0px #d47d16;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active {
  background: #303030;
  color: #ffffff;
  text-shadow: none;
  box-shadow: none;
  outline: none;
}
#searchForm .btn.btn-primary {
  height: 56px;
}
/*Lists*/
ul.item_list,
.categories-module,
.archive-module {
  margin: 0 0 40px;
}
ul.item_list li,
.categories-module li,
.archive-module li {
  list-style: none;
  padding-bottom: 10px;
}
ul.item_list li a,
.categories-module li a,
.archive-module li a {
  font: bold 22px/20px 'Ubuntu Condensed', sans-serif;
}
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;
  padding-right: 16px;
}
.pagination ul li .pagenav,
.pagination ul li .hasTooltip {
  text-transform: none;
  color: #049cdb;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  border: none;
  box-shadow: none;
  padding: 0;
  text-decoration: underline;
}
.pagination ul li span.pagenav,
.pagination ul li .span.hasTooltip {
  color: #303030;
  text-decoration: none !important;
}
.pagination ul li a.pagenav,
.pagination ul li a.hasTooltip {
  color: #049cdb;
  text-decoration: underline !important;
}
.pagination ul li a.pagenav:hover,
.pagination ul li a.hasTooltip:hover {
  background: none;
  color: #303030;
  text-decoration: none !important;
}
.pagination ul li.num span.pagenav,
.pagination ul li.num span.hasTooltip {
  color: #303030;
  text-decoration: none !important;
}
/*Forms*/
input[type='radio'],
input[type='checkbox'] {
  margin: -2px 0 0;
}
/* Images */
.item_img,
.category_img {
  margin-bottom: 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: #f89c53;
}
.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 20px;
  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);
}
/*======================= TOP =======================*/
.moduletable.right {
  float: right;
}
.headerinner {
  background: url(../images/template/headerinner_bg.gif) 0 bottom repeat-x #603913;
  padding-bottom: 6px;
}
/*======================= HEADER =======================*/
#header-row {
  /*background: url(../images/template/header_bg.gif) 0 bottom repeat-x;*/
  padding-top: 20px;
}
#logo {
  margin-bottom: 17px;
}
/*===== Social Media ======*/
.social {
  margin: 15px 9px 12px 0;
  text-align: right;
}
.social li {
  display: inline;
  list-style: none;
  margin: 0 0 0 12px;
}
.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: #ffffff;
}
.social li a.fa {
  position: relative;
}
.social li a.fa:before {
  font-size: 24px;
  font-family: FontAwesome;
  text-shadow: 0 0 1px #000000;
  color: none;
}
.social li a:hover {
  color: #303030;
}
/*======================= NAVIGATION =======================*/
#navigation-row {
  width: 100%;
  background: #ffffff;
}
.navigation {
  padding-bottom: 23px;
  padding-top: 4px;
}
.navigation ul.sf-menu {
  float: right;
  margin-right: 3px;
  /*SubMenu Styles*/

}
.navigation ul.sf-menu > li {
  border-left: 1px solid #ce7a17;
  border-right: 1px solid #ffb864;
  padding: 8px 21px;
  margin: 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: none;
 /*color: #303030;*/
 /* color: #d47d16;*/
  color:#ffffff;
}
.navigation ul.sf-menu > li:first-child {
  border-left: none;
}
.navigation ul.sf-menu > li.lastItem {
  border-right: none;
}
.navigation ul.sf-menu > li > a,
.navigation ul.sf-menu > li > span {
  font-size: 14px;
  line-height: 20px;
  font-family: Arial, Arial, Helvetica, sans-serif;
  color: #ffffff;
  background: none;
  height: 20px;
  font-weight: bold;
  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-shadow: 1px 1px 0px #d47d16;*/
}
.navigation ul.sf-menu > li > a:hover,
.navigation ul.sf-menu > li > span:hover {
  background: none;
 /*color: #303030;*/
  color: #d47d16;
}
.navigation ul.sf-menu li > ul {
  box-shadow: 3px 3px 3px #8f550f inset;
  top: 59px;
  /*Define 1st SubMenu position*/

}
.navigation ul.sf-menu ul {
  width: 159px;
  /*Define menu width*/

}
.navigation ul.sf-menu li li ul {
  /*Define SubMenu position*/

  top: -8px;
  left: 159px;
}
.navigation ul.sf-menu li li li ul {
  /*Define 2nd+ SubMenu position*/

  top: -8px;
  left: 159px;
}
.navigation ul.sf-menu ul {
  background: #e4881b;
  padding: 8px 0;
}
.navigation ul.sf-menu ul li {
  padding: 5px 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: 20px;
  font-family: Arial, Arial, Helvetica, sans-serif;
  color: #ffffff;
  background: none;
  display: block;
  padding: 0px;
  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-align: center;
}
.navigation ul.sf-menu ul li a:hover,
.navigation ul.sf-menu ul li span:hover {
  background: none;
   /*color: #303030;*/
  color: #d47d16;
}
.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: #303030;*/
  color: #d47d16;
}
.navigation ul.sf-menu.sf-vertical {
  width: 159px;
}
.navigation ul.sf-menu.sf-vertical li {
  width: 159px;
  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: 161px;
}
.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: 20px;
  padding-bottom: 20px;
  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: 22px;
  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: 159px;
  top: 20px;
}
.is_stuck {
  z-index: 10;
  position: fixed !important;
  width: 100% !important;
  top: 0 !important;
  bottom: auto !important;
}
.is_stuck + div {
  max-width: 100% !important;
}
.no-fixed-supported .is_stuck {
  position: absolute !important;
}
.search-block {
  text-align: right;
}
.search-block input {
  max-width: 100%;
}
/*======================= SHOWCASE =======================*/
#showcase-row {
  /*background: #e4881b;*/
  background: #f4f3f9;
  background-image: url(slide_ext.jpg);
  background-repeat: repeat-x;
}
.mod-article-single .item__module {
  margin-bottom: 40px;
}
.mod-newsflash-adv.type {
  margin-bottom: 40px;
}
.mod-newsflash-adv.type .item {
  border: none;
  margin: 0;
  padding: 0;
}
.mod-newsflash-adv.type .item .item_published {
  float: left;
  margin-right: 19px;
  font: bold 22px/85px 'Ubuntu Condensed', sans-serif;
  height: 76px;
  width: 76px;
  background: url(../images/template/date_bg.png) 0 0 no-repeat;
  color: #303030;
  text-align: center;
  margin-bottom: 20px;
}
.mod-newsflash-adv.type .item .item_content {
  overflow: hidden;
}
.mod-newsflash-adv.type .item + .item {
  border-top: 1px solid #DADADA;
  margin-top: 17px;
  padding-top: 7px;
}
.mod-newsflash-adv.icon {
  margin-bottom: 40px;
}
.mod-newsflash-adv.icon .item {
  border: none;
  margin: 0;
  padding: 0;
}
.mod-newsflash-adv.icon .item .item_content {
  overflow: hidden;
}
.mod-newsflash-adv.icon .item .item_content .readmore {
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  background: none;
  color: #19a1ff;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0;
  text-transform: none;
  text-shadow: none;
  text-decoration: underline !important;
}
.mod-newsflash-adv.icon .item .item_content .readmore:hover,
.mod-newsflash-adv.icon .item .item_content .readmore:focus,
.mod-newsflash-adv.icon .item .item_content .readmore:active,
.mod-newsflash-adv.icon .item .item_content .readmore.active {
  text-decoration: none !important;
}
.mod-newsflash-adv.icon .item + .item {
  border-top: 1px solid #DADADA;
  margin-top: 17px;
  padding-top: 7px;
}
.mod-newsflash-adv.gallery {
  margin-bottom: 40px;
}
.mod-newsflash-adv.gallery .item_img {
  margin-bottom: 0;
}
.mod-newsflash-adv.gallery .item_img a {
  overflow: hidden;
}
.mod-newsflash-adv.gallery .item_img a span.zoom-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #000;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 3;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.mod-newsflash-adv.gallery .item_img a span.zoom-icon {
  background: url(../images/zoom.png) left top no-repeat;
  display: block;
  width: 36px;
  height: 36px;
  position: absolute;
  top: -50%;
  left: 50%;
  margin: -18px 0 0 -18px;
  z-index: 4;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.mod-newsflash-adv.gallery .item_img a:hover span.zoom-bg {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.mod-newsflash-adv.gallery .item_img a:hover span.zoom-icon {
  top: 50%;
}
.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 .readmore {
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  background: none;
  
  /* color: #19a1ff;*/
  color:#603913;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0;
  text-transform: none;
  text-shadow: none;
  text-decoration: underline !important;
}
.mod-newsflash-adv .readmore:hover,
.mod-newsflash-adv .readmore:focus,
.mod-newsflash-adv .readmore:active,
.mod-newsflash-adv .readmore.active {
  text-decoration: none !important;
}
.twitter-timeline {
  margin-bottom: 40px;
}
/*======================= FEATURE =======================*/
/*======================= MAINTOP =======================*/
/*======================= CONTENT TOP =======================*/
/*======================= CONTENT =======================*/
.contentInner {
  padding-top: 44px;
}
aside .moduletable {
  padding-bottom: 40px;
}
#content-row #content-top-row {
  padding-bottom: 40px;
}
#content-row #content-bottom-row {
  /*padding-top: 40px;*/

  padding-bottom: 40px;
}
#content-row #content-bottom-row .moduletable {
  padding-bottom: 30px;
}
#component {
  min-height: 0;
}
.container-fluid {
  padding: 0 !important;
}
.item {
  margin-bottom: 20px;
}
.item:after {
  content: '';
  display: block;
  clear: both;
}
.page-header {
  border: none;
  padding: 0;
  margin: 0;
}
.item_info_dl {
  margin: 0 0 20px;
  overflow: hidden;
}
.item_info_dl dd {
  margin: 0;
  display: block;
}
.item_info_dl dd > * {
  display: inline;
}
.item_info_dl dd .item_published {
  display: block;
  font: bold 22px/85px 'Ubuntu Condensed', sans-serif;
  height: 76px;
  width: 76px;
  background: url(../images/template/date_bg.png) 0 0 no-repeat;
  color: #303030;
  text-align: center;
  margin-bottom: 20px;
}
.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 ======*/
ul.gallery {
  margin: 0;
}
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 .gap {
  list-style: none;
}
ul.gallery {
  text-align: justify;
  font-size: 0.1px;
  display: block;
  line-height: 0;
}
ul.gallery:after {
  content: "";
  display: inline-block;
  width: 100%;
}
ul.gallery .gallery-grid {
  width: 32%;
}
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 .gap {
  display: inline-block;
  width: 32%;
  max-width: 32%;
}
ul.gallery .gallery-list {
  margin: 0 0 15px;
}
.gallery-item .view .content * {
  color: inherit;
}
ul.gallery .gallery-grid .view a {
  color: inherit;
  border-radius:14px;
}
ul.gallery .gallery-grid .view a:hover {
  color: #999;
}
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 .item_more a {
  vertical-align: top;
}
ul.gallery .gallery-list .view a.hover_more i {
  display: none;
}
ul.gallery .gallery-list .galleryZoom {
  display: none;
}
/*===== Testimonials Page ======*/
.page-category__testimonials .item {
  margin-bottom: 30px;
}
blockquote {
  padding: 0;
  margin: 0;
  border-left: none;
}
blockquote p {
  margin-bottom: 0;
  padding: 0 0 20px;
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
}
blockquote p:before {
  content: '"';
}
blockquote p:after {
  content: '"';
}
blockquote small {
  font: bold 22px/24px 'Ubuntu Condensed', sans-serif;
  /* color: #f89c53;*/
  color:#603913;
}
blockquote small span {
  display: block;
}
blockquote small:before {
  content: "";
}
/*===== Team Page ======*/
.page-category__team .item_introtext {
  overflow: hidden;
}
/*===== Blog Page ======*/
.page-blog .item,
.page-item__blog .item,
.page-archive .item {
 /* border-bottom: 1px solid #dadada;*/
  margin-bottom: 18px;
  padding-bottom: 27px;
}
.page-blog .infocontent,
.page-item__blog .infocontent,
.page-archive .infocontent {
  margin-left: 0 !important;
  margin-right: 20px !important;
}
.page-category {
  padding-bottom: 40px;
}
.page-category .item_info_dl {
  margin: 0;
}
.page-category .item_info_dl dd {
  margin: 0;
  display: inline;
}
.page-category .item_info_dl dd .item_published {
  display: inline-block;
  font: bold 22px/24px 'Ubuntu Condensed', sans-serif;
  height: auto;
  width: auto;
  background: none;
  color: #303030;
  text-align: left;
  margin-bottom: 0;
}
.page-item {
  padding-bottom: 40px;
}
.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 =======================*/
/*======================= BOTTOM =======================*/
/*======================= FOOTER =======================*/
#footer-wrapper {
  /*background: #fb9318;*/
  color: #ffffff;
  text-shadow: none;
}
#footer-wrapper .footer-wrapper-inner {
  /*background: #fb9318;*/
   background: #603913;
  color: #ffffff;
  text-shadow: none;
}
#footer-wrapper .footer-wrapper-inner a {
  color: #ffffff;
}
#footer-wrapper .footer-wrapper-inner a:hover {
  color: #303030;
}
#copyright {
  line-height: 60px;
  text-align: center;
}
#copyright .siteName {
  font-size: 0;
  line-height: 0;
}
