.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: #fffcf5;
  margin-top: 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #fffcf5;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #969696;
}
h2,
h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 34px;
}
h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 5px;
}
h5 {
  font-size: 21px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 10px;
}
h6 {
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 10px;
}
.alert-heading {
  color: inherit;
}
p {
  margin: 0;
  padding-bottom: 24px;
}
.icons-marker {
  font-size: 16.8px;
  line-height: 24px;
}
/*Buttons*/
.btn {
  padding: 4px 14px;
  font-size: 14px;
  line-height: 24px;
  background: #ffffff;
  color: #969696;
  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: #020202;
  -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: #ffffff;
  color: #020202;
  text-shadow: none;
  border: 1px solid #ffffff;
}
.btn-primary:hover,
.btn-small:hover,
.btn-primary:focus,
.btn-small:focus,
.btn-primary:active,
.btn-small:active {
  background: #020202;
  color: #ffffff;
  text-shadow: none;
  outline: none;
}
.btn-primary.submitButton,
.btn-small.submitButton {
  float: right;
}
.btn-primary.disabled,
.btn-small.disabled {
  background: #ffffff;
  color: #020202;
  text-shadow: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-info {
  background: #ffffff;
  color: #020202;
  text-shadow: none;
  border: 1px solid #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active {
  background: #020202;
  color: #ffffff;
  text-shadow: none;
  outline: none;
}
#searchForm .btn.btn-primary {
  height: 28px;
  padding: 0 8px;
}
/*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;
  text-align: center;
}
ul.categories-module h5 {
  font-size: 1em;
  line-height: inherit;
  font-weight: normal;
  margin: 0;
}
/*Pagination*/
.pagination {
  height: auto;
  margin: 0;
  padding: 0 0 50px;
}
.pagination ul {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin: 0 auto;
  width: 100%;
}
.pagination ul li {
  display: inline-block;
  margin-right: 12px;
}
.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: #ffffff;
  color: #020202;
  text-shadow: none;
  border: 1px solid #ffffff;
}
.pagination ul li span.pagenav,
.pagination ul li .span.hasTooltip {
  background: #020202;
  color: #ffffff;
  text-shadow: none;
  outline: none;
}
.pagination ul li a.pagenav,
.pagination ul li a.hasTooltip {
  background: #ffffff;
  color: #020202;
  text-shadow: none;
}
.pagination ul li a.pagenav:hover,
.pagination ul li a.hasTooltip:hover {
  background: #020202;
  color: #ffffff;
  text-shadow: none;
  outline: none;
}
.pagination ul li.num span.pagenav,
.pagination ul li.num span.hasTooltip {
  background: #020202;
  color: #ffffff;
  text-shadow: none;
  outline: none;
}
/*Forms*/
input[type='radio'],
input[type='checkbox'] {
  margin: -2px 0 0;
}
/* Images */
.item_img,
.category_img {
  margin: 0 0 24px;
  position: relative;
}
.item_img {
  font-size: 0;
  line-height: 0;
}
.item_img a {
  position: relative;
  display: inline-block;
  max-width: 100%;
}
.item_img a:after {
  content: '\f14d';
  font-family: FontAwesome;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  left: 0;
  width: 100%;
  height: 0;
  text-align: center;
  top: 50%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 3;
}
.item_img a.touchGalleryLink:after {
  display: none;
}
.item_img a:hover:after {
  font-size: 40px;
  opacity: 1;
  filter: alpha(opacity=100);
  color: #fffcf5;
}
.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 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: #020202;
  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 =======================*/
.headerInner {
  background: url(../images/template/header_bg.jpg) center 0 no-repeat;
}
#top-row {
  background: url(../images/template/top.png) center 0 repeat;
  padding-top: 15px;
}
/*======================= HEADER =======================*/
#header-row .mod-article-single .item__module {
  margin-bottom: 0;
}
#logo {
  margin-bottom: 18px;
}
#logo h1 {
  font-size: 0;
  line-height: 0;
  height: 0;
  width: 0;
  border: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  text-indent: -9999px;
}
/*======================= NAVIGATION =======================*/
#navigation-row {
  width: 100%;
  background: #020202;
}
.navigation ul.sf-menu {
  float: right;
  /*SubMenu Styles*/

}
.navigation ul.sf-menu > li {
  padding: 0;
  margin: 0 0 0 48px;
}
.navigation ul.sf-menu > li:first-child {
  margin-left: 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: #969696;
}
.navigation ul.sf-menu > li > a,
.navigation ul.sf-menu > li > span {
  font-size: 18px;
  line-height: 54px;
  font-family: 'Open Sans', sans-serif;
  color: #000000;
  background: none;
  display: block;
  padding: 0px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.navigation ul.sf-menu > li > a:hover,
.navigation ul.sf-menu > li > span:hover {
  background: none;
  color: #969696;
}
.navigation ul.sf-menu li > ul {
  top: 73px;
  /*Define 1st SubMenu position*/

}
.navigation ul.sf-menu ul {
  width: 150px;
  /*Define menu width*/

}
.navigation ul.sf-menu li li ul {
  /*Define SubMenu position*/

  top: -11px;
  left: 151px;
}
.navigation ul.sf-menu li li li ul {
  /*Define 2nd+ SubMenu position*/

  top: -11px;
  left: 151px;
}
.navigation ul.sf-menu ul {
  background: #141414;
  background: rgba(20, 20, 20, 0.9);
  padding: 11px 0;
}
.navigation ul.sf-menu ul li {
  padding: 6px 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: 24px;
  font-family: 'Open Sans', sans-serif;
  color: #ffffff;
  background: none;
  display: block;
  padding: 0px 21px;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.navigation ul.sf-menu ul li a:hover,
.navigation ul.sf-menu ul li span:hover {
  background: none;
  color: #969696;
}
.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: #969696;
}
.navigation ul.sf-menu.sf-vertical {
  width: 150px;
}
.navigation ul.sf-menu.sf-vertical li {
  width: 150px;
  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: 152px;
}
.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: 54px;
  padding-bottom: 54px;
  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: 56px;
  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: 150px;
  top: 54px;
}
.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: 38px;
  overflow: hidden;
}
.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 .item_published {
  font-size: 18px;
}
.mod-newsflash-adv .item_content {
  overflow: hidden;
}
.mod-newsflash-adv blockquote {
  background: #1f1f1f;
  color: #969696;
  text-shadow: none;
  padding: 20px 10px;
  position: relative;
  margin-bottom: 40px;
}
.mod-newsflash-adv blockquote:after {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 24px 20px 0 20px;
  border-color: #1f1f1f transparent transparent transparent;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  bottom: -24px;
}
.mod-newsflash-adv small {
  color: #fffcf5;
  text-align: center;
}
.mod-newsflash-adv.team .item {
  margin-bottom: 20px;
}
.mod-newsflash-adv.team .item_content {
  background: #020202;
  color: #969696;
  text-shadow: none;
}
.mod-newsflash-adv.team .item_content .inner {
  padding: 0 10px 24px;
  text-align: center;
}
.mod-newsflash-adv.team .item_content h1,
.mod-newsflash-adv.team .item_content h2,
.mod-newsflash-adv.team .item_content h3,
.mod-newsflash-adv.team .item_content h4,
.mod-newsflash-adv.team .item_content h5,
.mod-newsflash-adv.team .item_content h6 {
  color: #ffffff !important;
}
.mod-newsflash-adv.team .item_content h1 a,
.mod-newsflash-adv.team .item_content h2 a,
.mod-newsflash-adv.team .item_content h3 a,
.mod-newsflash-adv.team .item_content h4 a,
.mod-newsflash-adv.team .item_content h5 a,
.mod-newsflash-adv.team .item_content h6 a {
  color: #ffffff !important;
}
.mod-newsflash-adv.team .item_content h1 a:hover,
.mod-newsflash-adv.team .item_content h2 a:hover,
.mod-newsflash-adv.team .item_content h3 a:hover,
.mod-newsflash-adv.team .item_content h4 a:hover,
.mod-newsflash-adv.team .item_content h5 a:hover,
.mod-newsflash-adv.team .item_content h6 a:hover {
  color: #969696 !important;
}
.mod-newsflash-adv.portfolio {
  padding-bottom: 29px;
}
.mod-newsflash-adv.portfolio .item {
  margin-bottom: 20px;
}
.mod-newsflash-adv.portfolio .item .item_img {
  margin-bottom: 0;
}
/*======================= FEATURE =======================*/
/*======================= MAINTOP =======================*/
#maintop-row {
  background: #ffffff;
  border-bottom: 1px solid #919191;
  padding-top: 40px;
}
#maintop-row h1,
#maintop-row h2,
#maintop-row h3,
#maintop-row h4,
#maintop-row h5,
#maintop-row h6 {
  color: #020202;
}
#maintop-row h1 a,
#maintop-row h2 a,
#maintop-row h3 a,
#maintop-row h4 a,
#maintop-row h5 a,
#maintop-row h6 a {
  color: #020202;
}
#maintop-row h1 a:hover,
#maintop-row h2 a:hover,
#maintop-row h3 a:hover,
#maintop-row h4 a:hover,
#maintop-row h5 a:hover,
#maintop-row h6 a:hover {
  color: #969696;
}
#maintop-row .moduletable.center h3 {
  margin-bottom: 22px;
  text-transform: uppercase;
}
/*======================= CONTENT TOP =======================*/
/*======================= CONTENT =======================*/
#content-row {
  padding-top: 48px;
}
#component {
  min-height: 0;
}
.container-fluid {
  padding: 0 !important;
}
.item {
  margin-bottom: 49px;
}
.item:after {
  content: '';
  display: block;
  clear: both;
}
.page-header {
  border: none;
  padding: 0;
  margin: 0;
}
.item_info_dl {
  margin: 0 0 12px;
}
.item_info_dl dd {
  margin: 0 24px 0 0;
  display: inline;
  color: #ffffff;
}
.item_info_dl dd > * {
  display: inline;
}
.item_info_dl dd .fa {
  font-size: 20px;
  color: #ffffff;
}
.item_info_dl dd a {
  color: #ffffff;
}
.item_info_dl dd a:hover {
  color: #969696;
}
.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;
}
.moduletable header .moduleTitle {
  text-align: center;
}
/*===== Home Page ======*/
.page-featured {
  text-align: center;
}
/*===== About Page ======*/
.grey .accordion {
  font: 400 14px/24px 'Open Sans', sans-serif !important;
  border: none !important;
  margin: 0 0 40px;
  padding: 0;
}
.grey .accordion > li {
  border: none;
  margin-bottom: 5px !important;
}
.grey .accordion > li a {
  font-size: 18px;
  padding: 15px 60px 16px 28px;
  background: #ececec;
  text-decoration: none;
  display: block;
  color: #333;
  border: none !important;
  position: relative;
  text-shadow: none !important;
}
.grey .accordion > li a.dcjq-parent .dcjq-icon {
  position: absolute;
  top: 50%;
  left: auto !important;
  right: 29px;
  width: 16px;
  margin-top: -8px;
  height: 16px;
  background: url(../images/template/arrow_grey_down.png) no-repeat 0 center !important;
}
.grey .accordion > li ul {
  font: 400 14px/24px 'Open Sans', sans-serif !important;
  background: #303030;
  color: #969696;
  padding: 21px 28px;
}
.grey .accordion a.dcjq-parent,
.grey .accordion a.dcjq-parent:hover {
  background: #e7e7e7 !important;
}
.grey .accordion a.dcjq-parent:hover,
.grey .accordion a.dcjq-parent:hover:hover,
.grey .accordion a.dcjq-parent.active,
.grey .accordion a.dcjq-parent:hover.active {
  background: #141414 !important;
  color: #ffffff;
}
.grey .accordion a.dcjq-parent:hover .dcjq-icon,
.grey .accordion a.dcjq-parent:hover:hover .dcjq-icon,
.grey .accordion a.dcjq-parent.active .dcjq-icon,
.grey .accordion a.dcjq-parent:hover.active .dcjq-icon {
  background: url(../images/template/arrow_grey_up.png) no-repeat 0 center !important;
}
.grey .accordion a .grey .accordion a:hover {
  background: #fff;
  color: #990000;
}
/*===== 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;
  display: none;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
}
ul.gallery .gallery-item .view .content * {
  color: inherit;
}
ul.gallery .gallery-item .mask {
  display: none;
}
ul.gallery .gap {
  list-style: none;
}
ul.gallery.grid .gallery-item .item_img img {
  opacity: 0.99;
  filter: alpha(opacity=99);
}
ul.gallery.grid .gallery-item .mask {
  display: block;
}
ul.gallery.grid .gallery-item.straightDown {
  float: none;
}
ul.gallery.grid .gallery-item.straightDown .item_img {
  float: left;
  margin: 0 24px 24px 0 !important;
}
ul.gallery.grid .gallery-item .view a.hover_more {
  background: none !important;
  line-height: inherit;
  border: none;
  color: inherit;
}
ul.gallery.grid .gallery-item .view a.hover_more span {
  display: none;
}
ul.gallery.grid .gallery-item .view a.hover_more:hover {
  color: #999;
}
ul.gallery.grid .gallery-item .view a {
  color: inherit;
}
ul.gallery.grid .gallery-item .view a:hover {
  color: #999;
}
ul.gallery.grid-row .gallery-item .item_img {
  margin-right: 0;
  max-width: 100%;
}
ul.gallery .gap {
  display: inline-block;
}
ul.gallery.list .gallery-item {
  width: 100%;
  margin: 0 0 15px;
}
ul.gallery.list .gallery-item .view a.hover_more i {
  display: none;
}
ul.gallery.list .gallery-item .galleryZoom {
  display: none;
}
ul.gallery.list .gallery-item .mask {
  display: block;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 1;
  filter: alpha(opacity=100);
}
ul.gallery.list.grid-row .gallery-item .mask {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
ul.gallery .item_more a {
  vertical-align: top;
}
ul.gallery.cols-3.grid .gap,
ul.gallery.cols-3.grid .gallery-item {
  width: 32%;
}
ul.gallery.cols-1.grid .gap,
ul.gallery.cols-1.grid .gallery-item {
  width: 100%;
}
ul.gallery.cols-2.grid .gap,
ul.gallery.cols-2.grid .gallery-item {
  width: 48%;
}
ul.gallery.cols-4.grid .gap,
ul.gallery.cols-4.grid .gallery-item {
  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: '"';
}
small {
  display: block;
  font-size: 24px;
  font-weight: bold;
}
/*===== Team Page ======*/
.page-category__team .item_introtext {
  overflow: hidden;
}
/*===== Blog Page ======*/
.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 =======================*/
#mainbottom-row {
  background: url(../images/template/mainbottom_bg.png) right bottom no-repeat #5e585c;
  border-bottom: 1px solid #3d3a3c;
  padding-top: 57px;
  padding-bottom: 37px;
}
#mainbottom-row .moduletable header .moduleTitle {
  margin-bottom: 0;
  text-align: left;
}
#mainbottom-row .moduletable.banner .moduleTitle {
  font-size: 72px;
  line-height: 72px;
}
#mainbottom-row .moduletable.banner .mod-article-single .item__module .item-title {
  font-size: 72px;
  font-weight: 300;
  line-height: 72px;
  margin-bottom: 25px;
}
#mainbottom-row .moduletable.banner .mod-article-single .item__module .item_introtext h3 {
  font-weight: 300;
}
/*======================= BOTTOM =======================*/
#bottom-row {
  background: #171717;
  padding-top: 53px;
}
#bottom-row h1,
#bottom-row h2,
#bottom-row h3,
#bottom-row h4,
#bottom-row h5,
#bottom-row h6 {
  color: #ffffff;
}
#bottom-row h1 a,
#bottom-row h2 a,
#bottom-row h3 a,
#bottom-row h4 a,
#bottom-row h5 a,
#bottom-row h6 a {
  color: #ffffff;
}
#bottom-row h1 a:hover,
#bottom-row h2 a:hover,
#bottom-row h3 a:hover,
#bottom-row h4 a:hover,
#bottom-row h5 a:hover,
#bottom-row h6 a:hover {
  color: #969696;
}
/*======================= FOOTER =======================*/
#footer-wrapper .footer-wrapper-inner {
  border-top: 1px solid #919191;
  padding-top: 15px;
}
#footer-row {
  background: #ffffff;
  padding-top: 48px;
  padding-bottom: 8px;
}
#footer-row h1,
#footer-row h2,
#footer-row h3,
#footer-row h4,
#footer-row h5,
#footer-row h6 {
  color: #020202;
}
#footer-row h1 a,
#footer-row h2 a,
#footer-row h3 a,
#footer-row h4 a,
#footer-row h5 a,
#footer-row h6 a {
  color: #020202;
}
#footer-row h1 a:hover,
#footer-row h2 a:hover,
#footer-row h3 a:hover,
#footer-row h4 a:hover,
#footer-row h5 a:hover,
#footer-row h6 a:hover {
  color: #969696;
}
#footer-row .mod-newsflash-adv .item_content {
  background: #020202;
}
#footer-row .mod-newsflash-adv .item_content .item_img {
  margin: 0;
  max-width: 60%;
}
#footer-row .mod-newsflash-adv .item_content h1,
#footer-row .mod-newsflash-adv .item_content h2,
#footer-row .mod-newsflash-adv .item_content h3,
#footer-row .mod-newsflash-adv .item_content h4,
#footer-row .mod-newsflash-adv .item_content h5,
#footer-row .mod-newsflash-adv .item_content h6 {
  color: #ffffff;
}
#footer-row .mod-newsflash-adv .item_content h1 a,
#footer-row .mod-newsflash-adv .item_content h2 a,
#footer-row .mod-newsflash-adv .item_content h3 a,
#footer-row .mod-newsflash-adv .item_content h4 a,
#footer-row .mod-newsflash-adv .item_content h5 a,
#footer-row .mod-newsflash-adv .item_content h6 a {
  color: #ffffff;
}
#footer-row .mod-newsflash-adv .item_content h1 a:hover,
#footer-row .mod-newsflash-adv .item_content h2 a:hover,
#footer-row .mod-newsflash-adv .item_content h3 a:hover,
#footer-row .mod-newsflash-adv .item_content h4 a:hover,
#footer-row .mod-newsflash-adv .item_content h5 a:hover,
#footer-row .mod-newsflash-adv .item_content h6 a:hover {
  color: #969696;
}
#footer-row .mod-newsflash-adv .item_content .inner {
  overflow: hidden;
  padding: 20px 20px 20px 30px;
}
#footer-row .mod-newsflash-adv .item_content .item_published {
  color: #ffffff;
  display: block;
  margin-bottom: 12px;
}
#copyright {
  color: #ffffff;
  margin-bottom: 18px;
}
#copyright .year:after {
  content: '|';
  padding: 0 7px 0 10px;
}
#copyright a {
  color: #ffffff;
}
#copyright a:hover {
  color: #969696;
}
/*===== Social Media ======*/
.social {
  margin: 0 0 20px;
  text-align: right;
}
.social li {
  display: inline;
  list-style: none;
  margin: 0 0 0 29px;
}
.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: 24px/26px FontAwesome;
}
.social li a:hover {
  color: #969696;
}
