.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: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*======================= TYPOGRAPHY =======================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  font-family: 'MyriadProCond', sans-serif;
  text-transform: uppercase;
  color: #fff;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #f52929;
}
h1 {
  
  margin: 0;
  color: #f52929;
}
h3 {
  font-size: 32px;
  line-height: 36px;
  margin: 0;
  color: #f52929;
}
h3 span.item_title_part0 {
  color: #fff;
}
h4 {
  font-size: 30px;
  font-weight: normal;
  color: #f52929;
  letter-spacing: 1px;
  line-height: 30px;
  margin-bottom: 4px;
}
h4 span.item_title_part0 {
  color: #fff;
  font-weight: bold;
}
h5 {
  color: #c0c0bf;
  font-size: 18px;
  line-height: 20px;
  border-bottom: 1px solid #491513;
  margin-bottom: 11px;
  padding-bottom: 11px;
  padding-top: 6px;
}
h6 {
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  margin-bottom: 11px;
}
.alert-heading {
  color: inherit;
}
p {
  margin: 0;
  padding-bottom: 18px;
}
.icons-marker {
  font-size: 14.399999999999999px;
  line-height: 18px;
}
/*Buttons*/
.btn {
  padding: 4px 14px;
  font-size: 12px;
  line-height: 18px;
  background: #ffffff;
  color: #797979;
  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-primary {
  text-transform: uppercase;
  font-family: 'MyriadProCond', sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  padding: 0 6px;
  line-height: 31px;
  height: 31px;
  background: #f52929;
  border: none;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.btn-primary:hover {
  background: #fff;
  color: #f52929;
}
.btn-primary:focus,
.btn-primary:active {
  outline: none;
  background: #f52929;
  color: #fff;
}
.btn-primary:focus:hover,
.btn-primary:active:hover {
  background: #fff;
  color: #f52929;
}
.btn-primary.submitButton {
  float: right;
}
.btn-primary.disabled {
  background: #fff;
  color: #f52929;
}
.btn-primary.disabled:hover {
  background: #fff;
  color: #f52929;
}
.btn-primary:focus,
.btn-primary:active {
  background: #fff;
  color: #f52929;
}
.btn-primary:focus:hover,
.btn-primary:active:hover {
  background: #fff;
  color: #f52929;
}
.btn-info {
  text-transform: uppercase;
  font-family: 'MyriadProCond', sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  padding: 0 6px;
  line-height: 31px;
  height: 31px;
  background: #f52929;
  border: none;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.btn-info:hover {
  background: #fff;
  color: #f52929;
}
.btn-info:focus,
.btn-info:active {
  outline: none;
  background: #f52929;
  color: #fff;
}
.btn-info:focus:hover,
.btn-info:active:hover {
  background: #fff;
  color: #f52929;
}
#searchForm .btn.btn-primary {
  line-height: 28px;
  height: 28px;
}
/*Lists*/
ul.categories-module h5 {
  font-size: 1em;
  line-height: inherit;
  font-weight: normal;
  margin: 0;
}
/*Pagination*/
.pagination {
  height: auto;
  margin: 0;
  padding: 0 0 21px;
}
.pagination ul {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin: 0 auto;
  width: 100%;
  text-align: left;
}
.pagination ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 9px 0 0;
}
.pagination ul li.pagination-start .pagenav {
  height: 7px;
  overflow: hidden;
  text-indent: 9999px;
  width: 5px;
  background: url(../images/pag.png);
}
.pagination ul li.pagination-start a.pagenav {
  background-position: 0 100%;
}
.pagination ul li.pagination-start a.pagenav:hover {
  background-position: 0 0;
}
.pagination ul li.pagination-prev .pagenav {
  height: 7px;
  overflow: hidden;
  text-indent: 9999px;
  width: 9px;
  background: url(../images/pag.png) -17px 0;
}
.pagination ul li.pagination-prev a.pagenav {
  background-position: -17px 100%;
}
.pagination ul li.pagination-prev a.pagenav:hover {
  background-position: -17px 0;
}
.pagination ul li.pagination-next .pagenav {
  height: 7px;
  overflow: hidden;
  text-indent: 9999px;
  width: 9px;
  background: url(../images/pag.png) -136px 0;
}
.pagination ul li.pagination-next a.pagenav {
  background-position: -136px 100%;
}
.pagination ul li.pagination-next a.pagenav:hover {
  background-position: -136px 0;
}
.pagination ul li.pagination-end .pagenav {
  height: 7px;
  overflow: hidden;
  text-indent: 9999px;
  width: 5px;
  background: url(../images/pag.png) 100% 0;
}
.pagination ul li.pagination-end a.pagenav {
  background-position: 100% 100%;
}
.pagination ul li.pagination-end a.pagenav:hover {
  background-position: 100% 0;
}
.pagination ul li .pagenav {
  font-size: 15px;
  font-family: 'MyriadProCond', sans-serif;
  text-transform: none;
  color: #555555;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  box-shadow: none;
  background: none;
  padding: 0;
  line-height: inherit;
}
.pagination ul li span.pagenav {
  color: #555555;
}
.pagination ul li a.pagenav {
  color: #ffffff;
}
.pagination ul li a.pagenav:hover {
  color: #f52929;
}
.pagination ul li.num span.pagenav {
  color: #f52929;
}
/*Forms*/
input[type='radio'],
input[type='checkbox'] {
  margin: 3px 0 0;
}
/* Images */
.item_img,
.category_img {
  margin-bottom: 18px;
}
.item_img {
  font-size: 0;
  line-height: 0;
}
.item_img a,
.item_img span.img_container {
  display: inline-block;
  max-width: 100%;
  position: relative;
}
.item_img a span.img_border,
.item_img span.img_container span.img_border {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 5px solid #fff;
  opacity: 0.45;
  filter: alpha(opacity=45);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.item_img a span.zoom_bg {
  background: #000;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  left: 5px;
  right: 5px;
  top: 5px;
  bottom: 5px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.item_img a span.zoom_icon {
  background: url(../images/zoom.png) 50% -50% no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.item_img a:hover span.img_border {
  opacity: 1;
  filter: alpha(opacity=100);
}
.item_img a:hover span.zoom_bg {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.item_img a:hover span.zoom_icon {
  background-position: 50% 50%;
}
.img-intro__left,
.img-full__left {
  float: left;
  margin: 0 20px 9px 0;
}
.img-intro__right,
.img-full__right {
  float: right;
  margin: 0 18px 9px 0;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background: url(../images/texture.png);
  background: rgba(0, 0, 0, 0.79);
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.well .hero-unit {
  background: #0f0e0c;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
#wrapper {
  background: url(../images/main_bg.jpg) 50% 0 no-repeat fixed #000000;
}
/*======================= TOP =======================*/
/*======================= HEADER =======================*/
#header-row {
  background: url(../images/header_bg.png);
  background: rgba(0, 0, 0, 0.82);
  -webkit-box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.47);
  -moz-box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.47);
  box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.47);
  padding: 10px 0 10px;
  margin-bottom: 48px;
}
.main_container {
  background: url(../images/texture.png);
  background: rgba(0, 0, 0, 0.79);
  max-width: 1219px;
  margin: 0 auto;
  padding: 25px 0 0;
  overflow: hidden;
}
.main_container .row-container {
  max-width: 1169px;
  margin: 0 auto 26px;
  padding-top: 22px;
  background: #0f0e0c;
  -webkit-box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.28);
  box-shadow: 3px 4px 5px rgba(0, 0, 0, 0.28);
}
.main_container .row-container .moduletable {
  margin-bottom: 23px;
}
.main_container .row-container .moduletable h3.moduleTitle {
  padding: 0 0 29px;
}
.main_container .row-container .page_header > h3 {
  padding: 0 0 29px;
}
/*======================= NAVIGATION =======================*/
.select-menu {
  display: none;
}
.navigation ul.sf-menu {
  position: relative;
  float: right;
  padding: 30px 0 0;
  /*SubMenu Styles*/

  /*Define 1st SubMenu position*/

  /*Define menu width*/

  /*Define SubMenu position*/

  /*Define 2nd+ SubMenu position*/

}
.navigation ul.sf-menu > li {
  padding: 0;
  margin: 0 0 0 8px;
  height: 38px;
}
.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: #f52929;
  color: #ffffff;
}
.navigation ul.sf-menu > li > a,
.navigation ul.sf-menu > li > span {
  font-size: 18px;
  line-height: 38px;
  font-family: 'MyriadProCond', sans-serif;
  color: #ffffff;
  background: #363135;
  height: 38px;
  display: block;
  text-transform: uppercase;
  width: 82px;
  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 > li > a:hover,
.navigation ul.sf-menu > li > span:hover {
  background: #f52929;
  color: #ffffff;
}
.navigation ul.sf-menu > li > a:hover > span,
.navigation ul.sf-menu > li > span:hover > span {
  background-position: center bottom !important;
}
.navigation ul.sf-menu li:hover > ul,
.navigation ul.sf-menu li.sfHover > ul {
  top: 43px;
}
.navigation ul.sf-menu ul {
  width: 200px;
}
.navigation ul.sf-menu li li:hover ul,
.navigation ul.sf-menu li li.sfHover ul {
  top: 0px;
  left: 164px;
}
.navigation ul.sf-menu li li li:hover ul,
.navigation ul.sf-menu li li li.sfHover ul {
  top: 0px;
  left: 164px;
}
.navigation ul.sf-menu ul {
  background: #000000;
}
.navigation ul.sf-menu ul li + li {
  border-top: 1px solid #191919;
}
.navigation ul.sf-menu ul li a,
.navigation ul.sf-menu ul li span {
  font-size: 13px;
  line-height: 31px;
  font-family: Arial, Helvetica, sans-serif;
  color: #d4d4d4;
  background: none;
  display: block;
  padding: 0 16px;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.navigation ul.sf-menu ul li a:hover,
.navigation ul.sf-menu ul li span:hover {
  background: #f52929;
  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: #f52929;
  color: #ffffff;
}
.navigation ul.sf-menu ul li.firstItem {
  border: none;
}
.navigation ul.sf-menu.sf-vertical {
  width: 163px;
  /*Define 1st SubMenu position*/

}
.navigation ul.sf-menu.sf-vertical li {
  width: 163px;
  margin-bottom: 1px;
}
.navigation ul.sf-menu.sf-vertical li:hover > ul,
.navigation ul.sf-menu.sf-vertical li.sfHover > ul {
  top: -13px;
}
.navigation ul.sf-menu.sf-vertical ul {
  left: 165px;
}
.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: 38px;
  padding-bottom: 38px;
  margin-bottom: 2px;
  /*Define 1st SubMenu position*/

}
.navigation ul.sf-menu.sf-navbar li:hover > ul,
.navigation ul.sf-menu.sf-navbar li.sfHover > ul {
  top: 40px;
  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: 163px;
  top: 38px;
}
.search-block {
  text-align: right;
}
.search-block input {
  max-width: 100%;
}
/*======================= SHOWCASE =======================*/
#showcase-row .row-container {
  padding-top: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.mod-newsflash-adv .isotope {
  margin: 0 -1.5%;
}
.mod-newsflash-adv .isotope-item {
  padding: 0 1.5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  float: left;
}
.mod-newsflash-adv .isotope-item.straightDown {
  text-align: center;
}
/*======================= FEATURE =======================*/
#feature-row .row-container {
  margin-bottom: 28px;
  padding-top: 20px;
  background: url(../images/inner_texture.png);
  background: rgba(0, 0, 0, 0.73);
}
.parties {
  overflow: hidden;
}
.parties h3.moduleTitle {
  padding-bottom: 22px !important;
  margin-right: 160px;
}
.parties .item_img {
  line-height: inherit;
  margin-bottom: 2px;
}
.parties .item_img a {
  position: relative;
  display: block;
}
.parties .item_img a .item_introtext {
  position: absolute;
  bottom: 17px;
  left: 0;
  padding: 1px 0 5px;
  right: 0;
  text-align: center;
  background: url(../images/parties_bg.png) repeat-x;
}
.parties .item_img a .item_introtext .item_published {
  color: #a7a7a7;
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'MyriadProCond', sans-serif;
}
/*======================= MAINTOP =======================*/
#aside-left .moduletable {
  margin-bottom: 29px;
  margin-right: 44px;
}
.gallery {
  margin-bottom: 16px !important;
}
.gallery .mod-newsflash-adv_row {
  margin-left: -18px;
  overflow: hidden;
}
.gallery .mod-newsflash-adv_row .item {
  margin: 0;
}
.gallery .mod-newsflash-adv_row .item .item_img {
  margin-left: 18px;
  margin-bottom: 17px;
}
.gallery .mod-article-single {
  border-bottom: 1px solid #491513;
}
.gallery .mod-article-single p {
  padding-bottom: 19px;
  color: #aaa;
}
.gallery + .gallery {
  margin-bottom: 29px !important;
}
/*======================= CONTENT TOP =======================*/
/*======================= CONTENT =======================*/
#content-row .row-container {
  margin-bottom: 28px;
}
#content-row.al4mc4ar4 .container {
  position: relative;
}
#content-row.al4mc4ar4 .container:before {
  left: 347px;
  width: 1px;
  background: #491513;
  content: '';
  top: 6px;
  bottom: 29px;
  position: absolute;
  display: block;
}
#content-row.al4mc4ar4 .container:after {
  left: 731px;
  width: 1px;
  background: #491513;
  content: '';
  top: 6px;
  bottom: 29px;
  position: absolute;
  display: block;
}
#content-row.almc8ar4 .container {
  position: relative;
}
#content-row.almc8ar4 .container:before {
  left: 731px;
  width: 1px;
  background: #491513;
  content: '';
  top: 6px;
  bottom: 29px;
  position: absolute;
  display: block;
}
#component {
  min-height: 0;
}
#component.span4 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 31px;
}
#component.span8 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 40px;
}
.container-fluid {
  padding: 0 !important;
}
.item {
  margin-bottom: 29px;
}
.item:after {
  content: '';
  display: block;
  clear: both;
}
.page-header {
  border: none;
  padding: 0;
  margin: 0;
}
.item_info_dl {
  margin: 0;
}
.item_info_dl dd {
  margin: 0;
  display: inline;
}
.item_info_dl dd > * {
  display: inline;
}
.item_icons.btn-group.pull-right {
  margin: 0 0 10px 10px;
}
/*===== Gallery Page ======*/
ul.gallery {
  margin: 0 0 0 -36px;
}
ul.gallery .gallery-item {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 20px 36px;
  float: left;
  list-style: none;
}
ul.gallery .gallery-item .item_img {
  margin-right: 0;
  float: none;
  margin-bottom: 15px;
}
ul.gallery .gallery-item.straightDown {
  float: none;
}
ul.gallery .gallery-item.straightDown .item_img {
  float: left;
  margin: 0 18px 18px 0 !important;
}
/*===== 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;
}
.body__about .page-category {
  color: #aaa;
}
.page-blog .item_published,
.page-item .item_published,
.page-archive .item_published {
  font-size: 18px;
  font-weight: bold;
  color: #f52929;
  font-family: 'MyriadProCond', sans-serif;
  text-transform: uppercase;
  float: left;
  margin-right: 30px;
}
.page-blog .item_published span.item_title_part0,
.page-item .item_published span.item_title_part0,
.page-archive .item_published span.item_title_part0 {
  color: #fff;
}
.page-blog .item_title,
.page-item .item_title,
.page-archive .item_title {
  float: left;
  margin: 0 10px 0 0;
}
.page-blog .item_info,
.page-item .item_info,
.page-archive .item_info {
  float: right;
}
.page-blog .item_header,
.page-item .item_header,
.page-archive .item_header {
  overflow: hidden;
  padding: 11px 0;
}
.page-blog .item_introtext,
.page-item .item_introtext,
.page-archive .item_introtext {
  padding-bottom: 7px;
}
.page-item {
  padding-bottom: 25px;
}
.extra-wrap {
  overflow: hidden;
}
.addthis_toolbox {
  padding-top: 12px;
}
/*======================= CONTENT BOTTOM =======================*/
#content-bottom-row {
  border-top: 1px solid #491513;
  padding-top: 25px;
}
#content-bottom-row .moduletable {
  margin-bottom: 0;
}
#content-bottom-row .gallery {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 44px;
}
.body__about #content-bottom-row #content-bottom {
  position: relative;
}
.body__about #content-bottom-row #content-bottom:before {
  left: 383px;
  width: 1px;
  background: #491513;
  content: '';
  top: 6px;
  bottom: 29px;
  position: absolute;
  display: block;
}
.body__about #content-bottom-row #content-bottom:after {
  left: 767px;
  width: 1px;
  background: #491513;
  content: '';
  top: 6px;
  bottom: 29px;
  position: absolute;
  display: block;
}
.rules {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 45px;
  padding-bottom: 24px;
}
.rules .item {
  margin-bottom: 21px;
}
.rules .item .dropcap {
  float: left;
  width: 20px;
  color: #f52929;
  font-size: 18px;
  font-family: 'MyriadProCond', sans-serif;
}
.rules .item .item_content {
  overflow: hidden;
}
.rules p {
  padding-bottom: 0px;
}
/*======================= ASIDE RIGHT =======================*/
.archive-module,
.categories-module,
.mod-menu .nav.menu,
.list1 ul {
  margin: 0;
}
.archive-module li,
.categories-module li,
.mod-menu .nav.menu li,
.list1 ul li {
  list-style: none;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'MyriadProCond', sans-serif;
  padding: 0 0 12px 16px;
  background: url(../images/list_marker.png) 0 6px no-repeat;
}
.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;
}
#aside-right .moduletable {
  margin-bottom: 29px;
}
.news .item {
  margin-bottom: 8px;
}
.news .item .item_published {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  color: #f52929;
  font-family: 'MyriadProCond', sans-serif;
  padding: 11px 0;
}
.news .item .item_published span.item_title_part0 {
  color: #fff;
}
.news .item p {
  padding-bottom: 0;
}
.mod-newsflash-adv_custom-link {
  padding-top: 11px;
}
/*======================= MAINBOTTOM =======================*/
/*======================= BOTTOM =======================*/
/*======================= FOOTER =======================*/
#footer-row .row-container {
  margin-bottom: 27px;
}
#footer-row a {
  color: #5c5c5c;
}
#footer-row a:hover {
  color: #fff;
}
#footer-row .mod-menu .nav.menu,
#footer-row ul.category-module {
  margin: 0;
}
#footer-row .mod-menu .nav.menu li,
#footer-row ul.category-module li {
  list-style: none;
  padding: 0 0 6px;
  background: none;
  font: inherit;
  text-transform: none;
}
#footer-row .mod-menu .nav.menu li a,
#footer-row ul.category-module li a {
  display: inline;
}
#footer-row .mod-menu .nav.menu li a:hover,
#footer-row ul.category-module li a:hover {
  background: none;
}
#copyright {
  padding: 21px 0 16px;
  color: #aca7a7;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'MyriadProCond', sans-serif;
}
#copyright a {
  color: inherit;
}
#copyright a:hover {
  color: #fff;
}
#copyright a.footer_logo {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 2px;
}
#footer-wrapper {
  background: url(../images/footer_texture.png);
  background: rgba(0, 0, 0, 0.81);
}
/*===== Social Media ======*/
.social {
  margin: 0;
  padding: 6px 0 0;
}
.social li {
  margin: 0 7px 0 0;
}
.social li a {
  width: 24px;
  height: 24px;
  -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;
  overflow: hidden;
  text-indent: 9999px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.social li a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
