.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;
}
@font-face {
  font-family: 'asapbold';
  src: url('../fonts/asap-bold-webfont.eot');
  src: url('../fonts/asap-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/asap-bold-webfont.woff') format('woff'), url('../fonts/asap-bold-webfont.ttf') format('truetype'), url('../fonts/asap-bold-webfont.svg#asapbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'asapregular';
  src: url('../fonts/asap-regular-webfont.eot');
  src: url('../fonts/asap-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/asap-regular-webfont.woff') format('woff'), url('../fonts/asap-regular-webfont.ttf') format('truetype'), url('../fonts/asap-regular-webfont.svg#asapregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'roboto_condensedbold';
  src: url('../fonts/robotocondensed-bold-webfont.eot');
  src: url('../fonts/robotocondensed-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/robotocondensed-bold-webfont.woff') format('woff'), url('../fonts/robotocondensed-bold-webfont.ttf') format('truetype'), url('../fonts/robotocondensed-bold-webfont.svg#roboto_condensedbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'roboto_condensedregular';
  src: url('../fonts/robotocondensed-regular-webfont.eot');
  src: url('../fonts/robotocondensed-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/robotocondensed-regular-webfont.woff') format('woff'), url('../fonts/robotocondensed-regular-webfont.ttf') format('truetype'), url('../fonts/robotocondensed-regular-webfont.svg#roboto_condensedregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*======================= TYPOGRAPHY =======================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}
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: #D8AB7D;
}
h2,
h3 {
  font: 30px/32px 'Roboto Condensed', sans-serif;
  color: white;
  margin-bottom: 22px;
  text-transform: uppercase;
}
.alert-heading {
  color: inherit;
}
p {
  margin: 0;
  padding-bottom: 21px;
}
.icons-marker {
  font-size: 15.6px;
  line-height: 17px;
}
/*Buttons*/
.btn {
  padding: 4px 14px;
  font-size: 13px;
  line-height: 17px;
  background: #ffffff;
  color: #606060;
  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 {
  background: #D8AB7D;
  color: #ffffff;
  text-shadow: none;
  border: 1px solid #D8AB7D;
}
.btn-primary:hover {
  background: #2f2f2f;
  color: #D8AB7D;
}
.btn-primary.submitButton {
  float: right;
}
.mod-newsflash-adv_custom-link a,
.btn-info {
  font: 13px/18px asapregular;
  background: none;
  border: none;
  color: white;
  padding: 0;
  text-transform: lowercase;
}
.mod-newsflash-adv_custom-link a:hover,
.btn-info:hover,
.mod-newsflash-adv_custom-link a:active,
.btn-info:active,
.mod-newsflash-adv_custom-link a:focus,
.btn-info:focus {
  background: none;
  box-shadow: none;
  color: #D8AB7D;
  outline: none;
}
/*Lists*/
ul.item_list,
.categories-module,
.archive-module,
.unstyled,
.item-list,
.menu-list {
  margin: 0;
}
ul.item_list li,
.categories-module li,
.archive-module li,
.unstyled li,
.item-list li,
.menu-list li {
  background: url(../images/template/marker.png) 0 4px no-repeat;
  padding: 0 0 13px 15px;
  list-style: none;
}
ul.item_list li a,
.categories-module li a,
.archive-module li a,
.unstyled li a,
.item-list li a,
.menu-list li a {
  font-family: asapregular;
  color: #606060;
  text-transform: uppercase;
}
ul.item_list li a:hover,
.categories-module li a:hover,
.archive-module li a:hover,
.unstyled li a:hover,
.item-list li a:hover,
.menu-list li a:hover {
  color: #D8AB7D;
}
ul.item_list li.active a,
.categories-module li.active a,
.archive-module li.active a,
.unstyled li.active a,
.item-list li.active a,
.menu-list li.active a {
  color: #D8AB7D;
}
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: 10px;
}
.pagination ul li .pagenav {
  font: 13px/26px asapregular;
  text-transform: none;
  color: #606060;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  box-shadow: none;
  background: #2f2f2f;
  padding: 0 11px;
}
.pagination ul li span.pagenav {
  color: #D8AB7D;
}
.pagination ul li a.pagenav:hover {
  color: #D8AB7D;
}
.pagination ul li.num span.pagenav {
  color: #ffffff;
}
/*Forms*/
input[type='radio'],
input[type='checkbox'] {
  margin: 3px 0 0;
}
/* Images */
.item_img,
.category_img {
  margin-bottom: 26px;
}
.img-intro__left,
.img-full__left {
  float: left;
  margin: 0 25px 9px 0;
}
.img-intro__right,
.img-full__right {
  float: right;
  margin: 0 25px 9px 0;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #000;
  border: 1px solid #212121;
  -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);
}
.well form {
  display: inline-block;
}
/*======================= TOP =======================*/
/*======================= HEADER =======================*/
#header-row {
  padding-top: 16px;
}
#header-row .row-container .container {
  background: url(../images/template/header.gif) 0 bottom repeat-x;
}
.mod-search__search-block {
  padding-top: 38px;
}
.mod-search__search-block form {
  position: relative;
}
.mod-search__search-block form label {
  display: none;
}
.mod-search__search-block form #searchword {
  background: #292929;
  border: none;
  border-top: 1px solid #0a0a0a;
  border-left: 1px solid #0a0a0a;
  margin: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 0 28px 0 8px;
  color: #5e5e5e;
  height: 26px;
  line-height: 26px;
  width: 213px;
}
.mod-search__search-block form .buttonsearch-block {
  position: absolute;
  top: 0px;
  right: 0px;
  margin: 0;
  padding: 9px 8px 6px;
}
.mod-search__search-block form .buttonsearch-block:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
/*======================= NAVIGATION =======================*/
#navigation-row {
  padding: 15px 0 21px;
}
.select-menu {
  display: none;
}
.navigation ul.sf-menu {
  display: table;
  width: 100%;
  position: relative;
  text-align: center;
  /*SubMenu Styles*/

  /*Define menu width*/

  /*Define SubMenu position*/

  /*Define 2nd+ SubMenu position*/

}
.navigation ul.sf-menu .sfHolder {
  display: block;
  position: relative;
}
.navigation ul.sf-menu > li {
  background: url(../images/template/separator.gif) 0 center no-repeat;
  display: table-cell;
  padding: 0;
  margin: 0;
  float: none;
  text-transform: uppercase;
}
.navigation ul.sf-menu > li:first-child {
  background: none;
}
.navigation ul.sf-menu > li:first-child > .sfHolder > a,
.navigation ul.sf-menu > li:first-child > .sfHolder > span {
  margin-left: 0;
}
.navigation ul.sf-menu > li.lastItem > .sfHolder > a,
.navigation ul.sf-menu > li.lastItem > .sfHolder > span {
  margin-right: 0;
}
.navigation ul.sf-menu > li.active > .sfHolder > a,
.navigation ul.sf-menu > li.sfHover > .sfHolder > a,
.navigation ul.sf-menu > li.current > .sfHolder > a,
.navigation ul.sf-menu > li.active > .sfHolder > span,
.navigation ul.sf-menu > li.sfHover > .sfHolder > span,
.navigation ul.sf-menu > li.current > .sfHolder > span {
  color: #ffffff;
  text-shadow: none;
  background-color: #2e2e2e;
  background-image: -moz-linear-gradient(top, #343434, #262626);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#343434), to(#262626));
  background-image: -webkit-linear-gradient(top, #343434, #262626);
  background-image: -o-linear-gradient(top, #343434, #262626);
  background-image: linear-gradient(to bottom, #343434, #262626);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff343434', endColorstr='#ff262626', GradientType=0);
  border-color: #262626 #262626 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #262626;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #2c2c2c;
}
.navigation ul.sf-menu > li.active > .sfHolder > a:hover,
.navigation ul.sf-menu > li.sfHover > .sfHolder > a:hover,
.navigation ul.sf-menu > li.current > .sfHolder > a:hover,
.navigation ul.sf-menu > li.active > .sfHolder > span:hover,
.navigation ul.sf-menu > li.sfHover > .sfHolder > span:hover,
.navigation ul.sf-menu > li.current > .sfHolder > span:hover,
.navigation ul.sf-menu > li.active > .sfHolder > a:active,
.navigation ul.sf-menu > li.sfHover > .sfHolder > a:active,
.navigation ul.sf-menu > li.current > .sfHolder > a:active,
.navigation ul.sf-menu > li.active > .sfHolder > span:active,
.navigation ul.sf-menu > li.sfHover > .sfHolder > span:active,
.navigation ul.sf-menu > li.current > .sfHolder > span:active,
.navigation ul.sf-menu > li.active > .sfHolder > a.active,
.navigation ul.sf-menu > li.sfHover > .sfHolder > a.active,
.navigation ul.sf-menu > li.current > .sfHolder > a.active,
.navigation ul.sf-menu > li.active > .sfHolder > span.active,
.navigation ul.sf-menu > li.sfHover > .sfHolder > span.active,
.navigation ul.sf-menu > li.current > .sfHolder > span.active,
.navigation ul.sf-menu > li.active > .sfHolder > a.disabled,
.navigation ul.sf-menu > li.sfHover > .sfHolder > a.disabled,
.navigation ul.sf-menu > li.current > .sfHolder > a.disabled,
.navigation ul.sf-menu > li.active > .sfHolder > span.disabled,
.navigation ul.sf-menu > li.sfHover > .sfHolder > span.disabled,
.navigation ul.sf-menu > li.current > .sfHolder > span.disabled,
.navigation ul.sf-menu > li.active > .sfHolder > a[disabled],
.navigation ul.sf-menu > li.sfHover > .sfHolder > a[disabled],
.navigation ul.sf-menu > li.current > .sfHolder > a[disabled],
.navigation ul.sf-menu > li.active > .sfHolder > span[disabled],
.navigation ul.sf-menu > li.sfHover > .sfHolder > span[disabled],
.navigation ul.sf-menu > li.current > .sfHolder > span[disabled] {
  color: #ffffff;
  background-color: #262626;
  *background-color: #191919;
}
.navigation ul.sf-menu > li.active > .sfHolder > a:active,
.navigation ul.sf-menu > li.sfHover > .sfHolder > a:active,
.navigation ul.sf-menu > li.current > .sfHolder > a:active,
.navigation ul.sf-menu > li.active > .sfHolder > span:active,
.navigation ul.sf-menu > li.sfHover > .sfHolder > span:active,
.navigation ul.sf-menu > li.current > .sfHolder > span:active,
.navigation ul.sf-menu > li.active > .sfHolder > a.active,
.navigation ul.sf-menu > li.sfHover > .sfHolder > a.active,
.navigation ul.sf-menu > li.current > .sfHolder > a.active,
.navigation ul.sf-menu > li.active > .sfHolder > span.active,
.navigation ul.sf-menu > li.sfHover > .sfHolder > span.active,
.navigation ul.sf-menu > li.current > .sfHolder > span.active {
  background-color: #0c0c0c \9;
}
.navigation ul.sf-menu > li > .sfHolder > a,
.navigation ul.sf-menu > li > .sfHolder > span {
  font: 16px/40px 'Roboto Condensed', sans-serif;
  height: 41px;
  text-align: center;
  padding: 0 34px;
  margin: 0 9px;
  color: white;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0);
}
.navigation ul.sf-menu > li > .sfHolder > a:hover,
.navigation ul.sf-menu > li > .sfHolder > span:hover {
  color: #ffffff;
  text-shadow: none;
  background-color: #2e2e2e;
  background-image: -moz-linear-gradient(top, #343434, #262626);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#343434), to(#262626));
  background-image: -webkit-linear-gradient(top, #343434, #262626);
  background-image: -o-linear-gradient(top, #343434, #262626);
  background-image: linear-gradient(to bottom, #343434, #262626);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff343434', endColorstr='#ff262626', GradientType=0);
  border-color: #262626 #262626 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #262626;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #2c2c2c;
}
.navigation ul.sf-menu > li > .sfHolder > a:hover:hover,
.navigation ul.sf-menu > li > .sfHolder > span:hover:hover,
.navigation ul.sf-menu > li > .sfHolder > a:hover:active,
.navigation ul.sf-menu > li > .sfHolder > span:hover:active,
.navigation ul.sf-menu > li > .sfHolder > a:hover.active,
.navigation ul.sf-menu > li > .sfHolder > span:hover.active,
.navigation ul.sf-menu > li > .sfHolder > a:hover.disabled,
.navigation ul.sf-menu > li > .sfHolder > span:hover.disabled,
.navigation ul.sf-menu > li > .sfHolder > a:hover[disabled],
.navigation ul.sf-menu > li > .sfHolder > span:hover[disabled] {
  color: #ffffff;
  background-color: #262626;
  *background-color: #191919;
}
.navigation ul.sf-menu > li > .sfHolder > a:hover:active,
.navigation ul.sf-menu > li > .sfHolder > span:hover:active,
.navigation ul.sf-menu > li > .sfHolder > a:hover.active,
.navigation ul.sf-menu > li > .sfHolder > span:hover.active {
  background-color: #0c0c0c \9;
}
.navigation ul.sf-menu > li:hover > .sfHolder > ul,
.navigation ul.sf-menu > li.sfHover > .sfHolder > ul {
  top: 44px;
  left: 10px;
}
.navigation ul.sf-menu ul {
  width: 269px;
}
.navigation ul.sf-menu li li:hover ul,
.navigation ul.sf-menu li li.sfHover ul {
  top: -20px;
  left: 141px;
}
.navigation ul.sf-menu li li li:hover ul,
.navigation ul.sf-menu li li li.sfHover ul {
  top: -20px;
  left: 141px;
}
.navigation ul.sf-menu ul {
  background: #151515;
  padding: 20px 0;
  text-align: left;
}
.navigation ul.sf-menu ul li {
  margin: 0;
}
.navigation ul.sf-menu ul li a,
.navigation ul.sf-menu ul li span.separator {
  font: 14px/30px Times New Roman, Times, serif;
  display: block;
  padding: 0 20px;
  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;
  color: #575761;
}
.navigation ul.sf-menu ul li a:hover,
.navigation ul.sf-menu ul li span.separator:hover {
  color: white;
}
.navigation ul.sf-menu ul li.active > .sfHolder > a,
.navigation ul.sf-menu ul li.sfHover > .sfHolder > a,
.navigation ul.sf-menu ul li.active > .sfHolder > span.separator,
.navigation ul.sf-menu ul li.sfHover > .sfHolder > span.separator {
  color: white;
}
.navigation ul.sf-menu.sf-vertical {
  width: 140px;
  /*Define 1st SubMenu position*/

}
.navigation ul.sf-menu.sf-vertical li {
  width: 140px;
  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: 142px;
}
.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: 34px;
  padding-bottom: 34px;
  margin-bottom: 2px;
}
.navigation ul.sf-menu.sf-navbar li:hover > ul,
.navigation ul.sf-menu.sf-navbar li.sfHover > ul {
  top: 36px;
  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: 300px;
  top: 34px;
}
.search-block {
  text-align: right;
}
.search-block input {
  max-width: 100%;
}
/*======================= SHOWCASE =======================*/
#showcase-row .row-container {
  padding-bottom: 0px;
}
.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 =======================*/
/*======================= MAINTOP =======================*/
/*======================= CONTENT TOP =======================*/
#content-row {
  padding: 10px 0 15px;
}
#content-row .row-container #content-top .moduletable .mod-newsflash-adv {
  border-bottom: 1px solid #2c2c2c;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
#content-row .row-container #content-bottom {
  padding: 13px 0 30px;
  overflow: hidden;
}
#aside-right .moduletable,
#aside-left .moduletable {
  margin-bottom: 40px;
}
#aside-right .moduletable.border,
#aside-left .moduletable.border {
  border-bottom: 1px solid #2c2c2c;
  padding-bottom: 40px;
  margin-bottom: 44px;
}
#aside-left {
  float: right;
}
/*======================= CONTENT =======================*/
#component {
  min-height: 0;
}
.container-fluid {
  padding: 0 !important;
}
.item {
  margin-bottom: 32px;
}
.item:after {
  content: '';
  display: block;
  clear: both;
}
.page-header {
  border: none;
  padding: 0;
  margin: 0;
}
.item_info_dl {
  margin: 0 0 17px;
}
.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;
}
/*===== Home Page ======*/
.mod-newsflash-adv__services .item {
  margin-bottom: 7px;
}
.mod-newsflash-adv__services .item .item_img {
  margin-bottom: 10px;
}
.mod-newsflash-adv__services .item .item_title {
  font: 29px/32px roboto_condensedregular;
  color: white;
  padding: 30px 20px 37px;
}
.mod-newsflash-adv__services .item .item_title .item_title_part0 {
  display: block;
}
.mod-newsflash-adv__services .item.item_num0 .item_content {
  border-top: 8px solid #5e2b11;
  background: url(../images/template/bg1.jpg) 0 0 repeat;
}
.mod-newsflash-adv__services .item.item_num1 .item_content {
  border-top: 8px solid #9d2704;
  background: url(../images/template/bg2.jpg) 0 0 repeat;
}
.mod-newsflash-adv__services .item.item_num2 .item_content {
  border-top: 8px solid #4c5c00;
  background: url(../images/template/bg3.jpg) 0 0 repeat;
}
.mod-newsflash-adv__services .item.item_num3 .item_content {
  border-top: 8px solid #d59125;
  background: url(../images/template/bg4.jpg) 0 0 repeat;
}
.mod-newsflash-adv .item_published {
  font: 13px/18px asapbold;
  color: #D8AB7D;
  padding-bottom: 10px;
}
.mod-newsflash-adv .item_title {
  font: 13px/18px asapregular;
  margin: 0 0 9px !important;
  text-transform: uppercase;
}
.mod-newsflash-adv .item_title a {
  color: white;
}
.mod-newsflash-adv .item_title a:hover {
  color: #D8AB7D;
}
.mod-newsflash-adv__events .item {
  background: url(../images/template/border_dotted.gif) 0 0 repeat-x;
  margin-top: 25px;
  padding-top: 32px;
}
.mod-newsflash-adv__events .item:first-child {
  background: none;
  padding-top: 0;
  margin-top: 0;
}
.mod-newsflash-adv__events .item .item_published {
  font: 17px/20px roboto_condensedregular;
  float: left;
  width: 51px;
  text-transform: lowercase;
}
.mod-newsflash-adv__events .item .item_published span {
  display: block;
  font: 30px/30px roboto_condensedbold;
}
.mod-newsflash-adv__events .item .item_content {
  overflow: hidden;
}
.mod-newsflash-adv__events .item .item_img {
  margin: 4px 14px 4px 0;
}
.mod-newsflash-adv__events .item .item_introtext {
  padding-bottom: 14px;
}
.mod-newsflash-adv__events.news .row:first-child .item {
  background: none;
  padding-top: 0;
  margin-top: 0;
}
.mod-newsflash-adv__events.news .row:first-child .item:first-child {
  background: none;
  padding-top: 0;
  margin-top: 0;
}
.mod-newsflash-adv__events.news .row .item {
  background: url(../images/template/border_dotted.gif) 0 0 repeat-x;
  margin-top: 11px;
  padding-top: 31px;
  margin-bottom: 0;
}
.mod-newsflash-adv__events.news .row .item:first-child {
  background: url(../images/template/border_dotted.gif) 0 0 repeat-x;
  margin-top: 11px;
  padding-top: 31px;
}
.mod-newsflash-adv__events.news .row .item_introtext {
  overflow: hidden;
}
dl.sup {
  margin: 7px 0 0;
}
dl.sup dt {
  font: 30px/30px roboto_condensedbold;
  color: #D8AB7D;
  float: left;
  width: 35px;
}
dl.sup dd {
  font: 13px/18px asapregular;
  overflow: hidden;
  text-transform: uppercase;
}
dl.sup dt,
dl.sup dd {
  margin-bottom: 32px;
}
.touch a {
  color: #D8AB7D;
  text-shadow: none;
  background-color: #2e2e2e;
  background-image: -moz-linear-gradient(top, #343434, #262626);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#343434), to(#262626));
  background-image: -webkit-linear-gradient(top, #343434, #262626);
  background-image: -o-linear-gradient(top, #343434, #262626);
  background-image: linear-gradient(to bottom, #343434, #262626);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff343434', endColorstr='#ff262626', GradientType=0);
  border-color: #262626 #262626 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #262626;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  float: right;
  margin-left: 20px;
  font: 14px/18px asapregular;
  padding: 5px 12px 4px 31px;
  line-height: 32px;
  border: 1px solid #2c2c2c;
}
.touch a:hover,
.touch a:active,
.touch a.active,
.touch a.disabled,
.touch a[disabled] {
  color: #D8AB7D;
  background-color: #262626;
  *background-color: #191919;
}
.touch a:active,
.touch a.active {
  background-color: #0c0c0c \9;
}
.touch a:after {
  float: right;
  content: url(../images/template/touch.png);
  width: 37px;
  height: 32px;
  margin-left: 23px;
}
.touch a:hover {
  color: #D8AB7D;
  text-shadow: none;
  background-color: #2c2c2c;
  background-image: -moz-linear-gradient(top, #262626, #343434);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#262626), to(#343434));
  background-image: -webkit-linear-gradient(top, #262626, #343434);
  background-image: -o-linear-gradient(top, #262626, #343434);
  background-image: linear-gradient(to bottom, #262626, #343434);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff262626', endColorstr='#ff343434', GradientType=0);
  border-color: #343434 #343434 #0e0e0e;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #343434;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.touch a:hover:hover,
.touch a:hover:active,
.touch a:hover.active,
.touch a:hover.disabled,
.touch a:hover[disabled] {
  color: #D8AB7D;
  background-color: #343434;
  *background-color: #272727;
}
.touch a:hover:active,
.touch a:hover.active {
  background-color: #1a1a1a \9;
}
.touch .title {
  font: 29px/40px roboto_condensedregular;
  margin: 0;
}
.body__homepage #content-row .container {
  background: url(../images/template/divider.gif) 422px 0 repeat-y;
}
.body__homepage #content-row .container .content-inner {
  background: url(../images/template/divider.gif) 806px 0 repeat-y;
}
.body__homepage #aside-left .moduletable,
.body__homepage #aside-right .moduletable {
  padding: 0 0 33px 58px;
  margin: 0 0 0 38px;
}
.page-category.page-category__homepage .page_header h3 {
  text-transform: none;
}
.page-category.page-category__homepage .page_header h3 .item_title_part3 {
  color: #D8AB7D;
}
.page-category.page-category__homepage .item_title {
  font: 13px/18px asapregular;
  margin: 0 0 33px !important;
  text-transform: uppercase;
}
.page-category.page-category__homepage .item_title a {
  color: white;
}
.page-category.page-category__homepage .item_title a:hover {
  color: #D8AB7D;
}
div.images {
  overflow: hidden;
  margin-bottom: 36px;
}
div.images img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 20px;
}
div.images img:first-child {
  margin-left: 0;
}
.gallery-flickr {
  overflow: hidden;
}
.gallery-flickr ul {
  overflow: hidden;
  margin-right: -20px !important;
}
.gallery-flickr ul li a {
  margin: 0 20px 20px 0 !important;
}
/*===== About Page ======*/
.page-category__about .item_title {
  font: 13px/18px asapregular !important;
  margin: 0 0 18px !important;
}
.page-category__about .item_title a {
  color: white;
}
.page-category__about .item_title a:hover {
  color: #D8AB7D;
}
.mod-newsflash-adv__icons .item {
  background: url(../images/template/border_dotted.gif) 0 0 repeat-x;
  margin-top: 25px;
  padding-top: 32px;
  font-size: 12px;
  margin-bottom: 20px;
}
.mod-newsflash-adv__icons .item:first-child {
  background: none;
  margin-top: 0;
  padding-top: 0;
}
.mod-newsflash-adv__icons .item > i {
  float: left;
  width: 55px;
  font-size: 54px;
  color: #D8AB7D;
  text-align: center;
  margin-right: 15px;
}
.body__about .page-category__about {
  background: url(../images/template/divider.gif) 806px 0 repeat-y;
  padding-right: 96px;
}
.body__about #content-bottom {
  background: url(../images/template/divider.gif) 826px 0 repeat-y;
  overflow: hidden;
}
.body__about #content-bottom .moduletable .mod-newsflash-adv {
  padding-right: 96px;
}
.page-item__news,
.page-item__about {
  padding-right: 96px;
}
.body__about #component.span8 {
  background: url(../images/template/divider.gif) 710px 0 repeat-y;
}
/*===== Products Page ======*/
.body__news #component.span9 {
 
}
.page-category .item_title {
  font: 18px/32px roboto_condensedregular;
  color: white;
  text-transform: uppercase;
  margin: 0 0 8px;
}
.page-category .item_title a {
  color: white;
}
.page-category .item_title a:hover {
  color: #D8AB7D;
}
.mod-article-single .item-title {
  font: 13px/18px asapregular;
  color: white;
  text-transform: uppercase;
  margin: 0 0 23px;
}
.mod-article-single .item-title a {
  color: white;
}
.mod-article-single .item-title a:hover {
  color: #D8AB7D;
}
/*===== Blog Page ======*/
.page-archive,
.page-item__blog,
.page-blog {
  background: url(../images/template/divider.gif) 806px 0 repeat-y;
  padding-right: 96px;
}
.page-archive .item_published,
.page-item__blog .item_published,
.page-blog .item_published {
  font: 14px/16px roboto_condensedregular;
  background: #D8AB7D;
  border: 1px solid #D8AB7D;
  float: left;
  width: 69px;
  margin: 0 15px 0 0;
  text-align: center;
  color: white;
  text-transform: uppercase;
  padding-bottom: 14px;
}
.page-archive .item_published span,
.page-item__blog .item_published span,
.page-blog .item_published span {
  display: block;
  font: 24px/26px roboto_condensedbold;
  padding-top: 7px;
}
.page-archive .item_header,
.page-item__blog .item_header,
.page-blog .item_header {
  padding: 6px 0 0;
}
.page-archive .item_header .item_title,
.page-item__blog .item_header .item_title,
.page-blog .item_header .item_title {
  font: 13px/18px asapregular;
  color: white;
  text-transform: uppercase;
  margin: 0 0 8px;
}
.page-archive .item_header .item_title a,
.page-item__blog .item_header .item_title a,
.page-blog .item_header .item_title a {
  color: white;
}
.page-archive .item_header .item_title a:hover,
.page-item__blog .item_header .item_title a:hover,
.page-blog .item_header .item_title a:hover {
  color: #D8AB7D;
}
.page-archive .item_info_dl,
.page-item__blog .item_info_dl,
.page-blog .item_info_dl {
  margin: 0 0 37px;
}
.page-archive .intro,
.page-item__blog .intro,
.page-blog .intro {
  overflow: hidden;
}
/*===== Gallery Page ======*/
ul.gallery {
  margin: 0 0 0 -20px;
}
ul.gallery .gallery-item {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 20px;
  float: left;
  list-style: none;
  margin-bottom: 30px;
}
ul.gallery .gallery-item .item_img {
  margin-right: 0;
  float: none;
  margin-bottom: 23px;
}
ul.gallery .gallery-item .item_title {
  font: 13px/18px asapregular;
  color: white;
  text-transform: uppercase;
  margin: 0 0 8px;
}
ul.gallery .gallery-item .item_title a {
  color: white;
}
ul.gallery .gallery-item .item_title a:hover {
  color: #D8AB7D;
}
ul.gallery .gallery-item.straightDown {
  float: none;
}
ul.gallery .gallery-item.straightDown .item_img {
  float: left;
  margin: 0 17px 17px 0 !important;
}
/*===== Testimonials Page ======*/
.page-category__testimonials .item {
  margin-bottom: 30px;
}
blockquote {
  font: 13px/18px asapregular;
  background: url(../images/template/blockquote.png) 0 0 no-repeat;
  padding: 3px 0 0 22px;
  margin: 0;
  border-left: none;
  text-transform: uppercase;
}
blockquote p {
  margin-bottom: 18px;
  padding: 0;
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
}
blockquote small {
  font-size: 13px;
  color: white;
}
blockquote small:before {
  content: '';
}
blockquote a {
  font: 13px/17px arial;
  text-transform: none;
}
/*===== Team Page ======*/
.addthis_toolbox {
  padding-top: 13px;
}
/*======================= 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;
}
/*======================= MAINBOTTOM =======================*/
#mainbottom-row .row-container .container {
  border-top: 1px solid #2c2c2c;
  padding-top: 30px;
}
#mainbottom-row .row-container .container .moduletable {
  margin-bottom: 35px;
}
/*======================= BOTTOM =======================*/
#bottom-row .row-container .container {
  border-top: 1px solid #2c2c2c;
  padding-top: 44px;
}
/*======================= FOOTER =======================*/
#copyright-row .row-container .container {
  border-top: 1px solid #2c2c2c;
  padding-top: 19px;
}
#copyright-row .row-container .container .moduletable {
  margin-bottom: 20px;
}
#copyright {
  font: 11px/18px arial;
  color: #545454;
  margin-bottom: 20px;
}
#copyright a.footer_logo {
  margin-right: 10px;
}
#copyright .siteName {
  display: none;
}
#copyright a {
  color: #545454;
}
#copyright a:hover {
  color: #D8AB7D;
}
/*===== Social Media ======*/
.mod-menu__social {
  overflow: hidden;
  padding-top: 12px;
}
.mod-menu__social .social {
  float: right;
  overflow: hidden;
  margin: 0;
}
.mod-menu__social .social li {
  float: left;
  list-style: none;
  margin: 0 0 0 7px;
}
.mod-menu__social .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);
}
.mod-menu__social .social li a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
