.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*======================= TYPOGRAPHY =======================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #bf4d36;
}
h3 {
  color: #4d464b;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 48px;
  font-weight: 300;
  line-height: 51px;
  letter-spacing: 2px;
  letter-spacing: 5px;
  margin-bottom: 26px;
  text-transform: uppercase;
}
h4 {
  color: #7c7b7b;
  color: #4d464b;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 1px;
  letter-spacing: 2px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.alert-heading {
  color: inherit;
}
.color {
  color: #bf4d36;
}
p {
  margin: 0;
  padding-bottom: 20px;
}
.icons-marker {
  font-size: 16.8px;
  line-height: 20px;
}
/*Buttons*/
.btn {
  padding: 4px 14px;
  font-size: 14px;
  line-height: 20px;
  background: #ffffff;
  color: #7c7b7b;
  text-shadow: none;
  border: 1px solid #e6e6e6;
  border-bottom-color: #e6e6e6;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn:hover {
  text-decoration: none;
  background: #e6e6e6;
  color: #000000;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn.disabled {
  cursor: default !important;
}
.btn-primary,
.btn-small {
  background: #bf4d36;
  color: #ffffff;
  text-shadow: none;
  border: none;
  outline: none !important;
}
.btn-primary:hover,
.btn-small:hover {
  background: #bf7b36;
  color: #ffffff;
}
.btn-primary.submitButton,
.btn-small.submitButton {
  float: right;
}
.btn-primary.disabled,
.btn-small.disabled {
  background: #bf7b36;
  color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-primary:focus,
.btn-small:focus,
.btn-primary:active,
.btn-small:active {
  background: #bf4d36;
  color: #ffffff;
  text-shadow: none;
}
.btn-primary:focus:hover,
.btn-small:focus:hover,
.btn-primary:active:hover,
.btn-small:active:hover {
  background: #bf7b36;
  color: #ffffff;
}
.btn-info {
  background: none;
  color: #4d464b;
  text-shadow: none;
  border: none;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
  padding: 0;
  text-decoration: underline !important;
  text-transform: lowercase;
  position: relative;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active {
  background: none;
  color: #bf4d36;
  text-shadow: none;
  outline: none !important;
  text-decoration: none !important;
}
.btn-info:after {
  content: url(../images/template/more.png);
  position: absolute;
  top: 0%;
  right: -18px;
}
#searchForm .btn.btn-primary {
  height: 30px;
  line-height: 30px;
  padding: 0 12px;
}
/*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: 14px;
}
.pagination ul li .pagenav,
.pagination ul li .hasTooltip {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  box-shadow: none;
  background: none;
  color: #4d464b;
  text-shadow: none;
  border: none;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
  padding: 0;
  text-decoration: underline !important;
  text-transform: lowercase;
}
.pagination ul li span.pagenav,
.pagination ul li .span.hasTooltip {
  background: none;
  color: #bf4d36;
  text-shadow: none;
  text-decoration: none !important;
}
.pagination ul li a.pagenav,
.pagination ul li a.hasTooltip {
  background: none;
  color: #4d464b;
  text-shadow: none;
}
.pagination ul li a.pagenav:hover,
.pagination ul li a.hasTooltip:hover {
  background: none;
  color: #bf4d36;
  text-shadow: none;
  text-decoration: none !important;
}
.pagination ul li.num span.pagenav,
.pagination ul li.num span.hasTooltip {
  background: none;
  color: #bf4d36;
  text-shadow: none;
  text-decoration: none !important;
}
/*Forms*/
input[type='radio'],
input[type='checkbox'] {
  margin: -2px 0 0;
}
/* Images */
.item_img,
.category_img {
  margin: 0 0 20px;
  position: relative;
}
.item_img {
  font-size: 0;
  line-height: 0;
}
.item_img .lazy_container {
  display: inline-block;
  max-width: 100%;
  position: relative;
  background: url(../images/camera-loader.gif) 50% 50% no-repeat;
}
.item_img .lazy_container .lazy_preloader {
  height: 0;
  display: inline-block;
  width: 100%;
}
.item_img .lazy_container img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.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: #bf4d36;
}
.item_img a .BWfade {
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  bottom: 0 !important;
  z-index: 2;
}
.item_img a img {
  opacity: 0.99;
  filter: alpha(opacity=99);
}
.img-intro__left,
.img-full__left {
  float: left;
  margin: 0 30px 10px 0;
  max-width: 50%;
}
.img-intro__right,
.img-full__right {
  float: right;
  margin: 0 0 10px 30px;
  max-width: 50%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
#system-message > div {
  margin: 20px 0;
}
/*======================= TOP =======================*/
#top-row {
  background: #ffffff;
}
.callcenter {
  color: #50482f;					/* JN: Changed 03-OCT-16; original value was: #d3cfc5 */
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 22px;				/* JN: Changed 03-OCT-16; original value was: 18 */
  line-height: 26px;
  letter-spacing: 2px;
  padding-top: 20px;				/* JN: Changed 03-OCT-16; original value was: 114 */
  text-transform: uppercase;
}
.callcenter span {
  display: block;
  font-size: 36px;
  font-weight: 100;
  line-height: 40px;
  letter-spacing: 3px;
  padding-top: 2px;
}
.calltext {
  color: #d3cfc5;
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 18px;
  letter-spacing: 1px;
  padding-top: 125px;
  text-transform: uppercase;
}
/*======================= HEADER =======================*/
#header-row {
  background: #ffffff;
  border-bottom: 8px solid #ebe9e3;
}
#logo {
  padding-bottom: 47px;
}
#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: #f4f2ec;
}
.icemegamenu > ul > li a.iceMenuTitle {
  font-size: 18px;
  line-height: 52px;
  font-family: 'Roboto Condensed', sans-serif;
}
ul.icesubMenu > li a.iceMenuTitle {
  font-family: 'Roboto Condensed', sans-serif;
}
.search-block {
  text-align: right;
}
.search-block input {
  max-width: 100%;
}
.masonry .item {
  margin-left: 0 !important;
}
/*======================= SHOWCASE =======================*/
.moduletable.bg {
  position: relative;
}
.moduletable.bg:after {
  position: absolute;
  content: url(../images/template/bg.png);
  right: -8%;
  bottom: -5px;
}
.mod-article-single {
  margin-bottom: 40px;
}
.mod-article-single.icon {
  margin-bottom: 0;
  margin-top: 30px;
  position: relative;
  overflow: hidden !important;
  max-height: 270px;
}
.mod-article-single.icon .item__module > a {
  display: block;
  padding: 0px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
  height: 270px;
  overflow: hidden;
}
.mod-article-single.icon .item__module > a .itemInner {
  position: absolute;
  left: 0;
  top: 64px;
  right: 0;
}
.mod-article-single.icon .item__module > a:hover {
  padding: 0px 0 0px;
}
.mod-article-single.icon .item__module > a:hover:before {
  height: 8px;
}
.mod-article-single.icon .item__module > a:hover:after {
  top: 0;
}
.mod-article-single.icon .item__module > a:hover .item_img {
  padding: 0px;
}
.mod-article-single.icon .item__module > a:hover .item_img .lazy_container {
  background: none;
}
.mod-article-single.icon .item__module > a:hover .item-title {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mod-article-single.icon .item__module > a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 0px;
  background: white;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.mod-article-single.icon .item__module > a:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 21px 21px 0 21px;
  border-color: white transparent transparent transparent;
  position: absolute;
  top: -21px;
  left: 50%;
  margin-left: -21px;
  content: "";
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.mod-article-single.icon .item__module .item_img {
  padding: 29px 0 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.mod-article-single.icon .item__module .item_img .lazy_container {
  background: none;
  position: relative;
}
.mod-article-single.icon .item__module .item_img .lazy_container:after {
  position: absolute;
  top: 0;
  left: 0;
}
.mod-article-single.icon .item__module .item_img .lazy_container img {
  z-index: 2;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader() !important;
}
.mod-article-single.icon .item__module .item_img a:after {
  display: none;
}
.mod-article-single.icon .item__module .item-title {
  color: #ffffff;
  font-weight: 300;
  margin: 0 auto;
  max-width: 110px;
  position: relative;
  opacity: 0;
  filter: alpha(opacity=0);
}
.mod-article-single.icon .item__module .item-title a {
  display: inline-block;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.mod-article-single.icon .item__module .item-title a:hover {
  color: #ffffff !important;
}
.mod-article-single.icon.icon1 .item_img .lazy_container:after {
  content: url(../images/template/iconbg1.png);
}
.mod-article-single.icon.icon2 .item_img .lazy_container:after {
  content: url(../images/template/iconbg2.png);
}
.mod-article-single.icon.icon3 .item_img .lazy_container:after {
  content: url(../images/template/iconbg3.png);
}
.mod-article-single.icon.icon4 .item_img .lazy_container:after {
  content: url(../images/template/iconbg4.png);
}
.mod-article-single.icon.icon5 .item_img .lazy_container:after {
  content: url(../images/template/iconbg5.png);
}
.mod-article-single.icon.icon6 .item_img .lazy_container:after {
  content: url(../images/template/iconbg6.png);
}
.mod-article-single.icon.icon7 .item_img .lazy_container:after {
  content: url(../images/template/iconbg7.png);
}
.mod-article-single.icon.icon8 .item_img .lazy_container:after {
  content: url(../images/template/iconbg8.png);
}
.mod-article-single.icon.icon9 .item_img .lazy_container:after {
  content: url(../images/template/iconbg9.png);
}
.mod-article-single.icon.icon10 .item_img .lazy_container:after {
  content: url(../images/template/iconbg10.png);
}
.mod-article-single.icon.green {
  background: #428261;
}
.mod-article-single.icon.blue {
  background: #2980B8;
}
.mod-article-single.icon.greenlight {
  background: #7CB854;
}
.mod-article-single.icon.yellow {
  background: #F1C410;
}
.mod-article-single.icon.red {
  background: #C13A2B;
}
.mod-article-single.icon.orange {
  background: #E67F23;
}
.mod-article-single.icon.purple {
  background: #9959B3;
}

.mod-article-single.mod-article-single__bg {
  position: relative;
  z-index: 1;
}
.mod-article-single.mod-article-single__bg .item__module .item-title {
  max-width: 240px;
  margin-bottom: 13px;
}
.mod-newsflash-adv_custom-link {
  padding: 0px 0 20px;
  position: relative;
}
.mod-newsflash-adv_custom-link a {
  display: inline-block;
  background: #4d464b;
  color: #f4f2ec;
  text-shadow: none;
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: 3px;
  padding: 14px 38px 16px;
  position: relative;
  text-transform: uppercase;
}
.mod-newsflash-adv_custom-link a:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 11px 11px 0;
  border-color: transparent #f4f2ec transparent transparent;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -11px;
}
.mod-newsflash-adv_custom-link a:hover {
  background: #ffffff;
  color: #4d464b;
  text-shadow: none;
}
.mod-newsflash-adv .pretext {
  padding-bottom: 36px;
}
.mod-newsflash-adv.post .item {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.mod-newsflash-adv.post .item .item_title .item_title_part0 {
  display: block;
  font-size: 80px;
  font-weight: bold;
  line-height: 80px;
}
.mod-newsflash-adv.list .item span.dropcap {
  color: #958b92;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 80px;
  font-weight: bold;
  line-height: 90px;
}
.mod-newsflash-adv.type .item .item_img {
  margin: 0;
}
.mod-newsflash-adv.type .item .item_content {
  overflow: hidden;
  background: #f4f2ec;
  color: #958b92;
  text-shadow: none;
}
.mod-newsflash-adv.type .item .item_content .contentInner {
  overflow: hidden;
  padding: 25px 20px 10px;
}
.mod-newsflash-adv.services .item .item_img {
  margin-bottom: 24px;
  text-align: center;
}
.mod-newsflash-adv.services .item.color1 .item_title {
  color: #8fba84;
}
.mod-newsflash-adv.services .item.color1 .item_title a {
  color: #8fba84;
}
.mod-newsflash-adv.services .item.color1 .item_title a:hover {
  color: #4d464b;
}
.mod-newsflash-adv.services .item.color2 .item_title {
  color: #bf4d36;
}
.mod-newsflash-adv.services .item.color2 .item_title a {
  color: #bf4d36;
}
.mod-newsflash-adv.services .item.color2 .item_title a:hover {
  color: #4d464b;
}
.mod-newsflash-adv.services .item.color3 .item_title {
  color: #428261;
}
.mod-newsflash-adv.services .item.color3 .item_title a {
  color: #428261;
}
.mod-newsflash-adv.services .item.color3 .item_title a:hover {
  color: #4d464b;
}
.mod-newsflash-adv.services .item.color4 .item_title {
  color: #ffb03c;
}
.mod-newsflash-adv.services .item.color4 .item_title a {
  color: #ffb03c;
}
.mod-newsflash-adv.services .item.color4 .item_title a:hover {
  color: #4d464b;
}
.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 {
  background: url(../images/bg_1.jpg) 50% 0 no-repeat;
}
/*======================= MAINTOP =======================*/
#maintop-row {
  position: relative;
  z-index: 1;
}
/*======================= CONTENT TOP =======================*/
#content-top-row {
  padding-bottom: 20px;
  position: relative;
  z-index: 1;
}
/*======================= CONTENT =======================*/
#content-row {
  padding-top: 50px;
}
#content-row .moduletable > div,
#content-row .moduletable .moduleTitle {
  position: relative;
  z-index: 1;
}
#component {
  min-height: 0;
}
.item {
  margin-bottom: 30px;
}
.item:after {
  content: '';
  display: block;
  clear: both;
}
.page-header {
  border: none;
  padding: 0;
  margin: 0;
}
.item_info_dl {
  color: #7c7b7b;
  margin: 0 0 10px;
  overflow: hidden;
  padding-bottom: 10px;
}
.item_info_dl dd {
  margin: 0 14px 0 0;
  display: inline;
  font-size: 14px;
}
.item_info_dl dd > * {
  display: inline;
}
.item_info_dl dd .fa {
  font-size: 18px;
  color: #bf4d36;
}
.item_info_dl dd a {
  color: #7c7b7b;
}
.item_info_dl dd a:hover {
  color: #bf4d36;
}
.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;
  text-align: justify;
  font-size: 0.1px;
  display: block;
  line-height: 0;
}
ul.gallery:after {
  content: '';
  display: inline-block;
  width: 100%;
}
ul.gallery .gallery-item {
  list-style: none;
  opacity: 0;
  filter: alpha(opacity=0);
  display: none;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
}
ul.gallery .gallery-item .view .content * {
  color: inherit;
}
ul.gallery .gap {
  list-style: none;
}
ul.gallery .gallery-grid .item_img {
  margin-right: 0;
  float: none;
  max-width: 100%;
}
ul.gallery .gallery-grid .item_img img {
  opacity: 0.99;
  filter: alpha(opacity=99);
}
ul.gallery .gallery-grid.straightDown {
  float: none;
}
ul.gallery .gallery-grid.straightDown .item_img {
  float: left;
  margin: 0 20px 20px 0 !important;
}
ul.gallery .gallery-grid .view a.hover_more {
  background: none !important;
  line-height: inherit;
  border: none;
  color: inherit;
}
ul.gallery .gallery-grid .view a.hover_more span {
  display: none;
}
ul.gallery .gallery-grid .view a.hover_more:hover {
  color: #999;
}
ul.gallery .gallery-grid .view a {
  color: inherit;
}
ul.gallery .gallery-grid .view a:hover {
  color: #999;
}
ul.gallery .gap {
  display: inline-block;
}
ul.gallery .gallery-list {
  margin: 0 0 15px;
}
ul.gallery .gallery-list .view a.hover_more i {
  display: none;
}
ul.gallery .gallery-list .galleryZoom {
  display: none;
}
ul.gallery .item_more a {
  vertical-align: top;
}
ul.gallery .item_more a.btn-info:after {
  display: none;
}
ul.gallery.cols-3 .gap,
ul.gallery.cols-3 .gallery-grid {
  width: 32%;
}
ul.gallery.cols-1 .gap,
ul.gallery.cols-1 .gallery-grid {
  width: 100%;
}
ul.gallery.cols-2 .gap,
ul.gallery.cols-2 .gallery-grid {
  width: 48%;
}
ul.gallery.cols-4 .gap,
ul.gallery.cols-4 .gallery-grid {
  width: 24%;
}
/*===== Testimonials Page ======*/
.page-category__testimonials .item {
  margin-bottom: 30px;
}
blockquote {
  padding: 0;
  margin: 0;
  border-left: none;
}
blockquote p {
  margin-bottom: 0;
  padding: 0;
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
}
blockquote p:before {
  content: '"';
}
blockquote p:after {
  content: '"';
}
blockquote small {
  text-align: right;
}
/*===== Team Page ======*/
.page-category__team .item_introtext {
  overflow: hidden;
}
/*===== Blog Page ======*/
.page-blog .item {
  margin-bottom: 28px;
}
.page-item {
  padding-bottom: 20px;
}
.tags {
  clear: both;
}
.addthis_toolbox {
  padding-top: 14px;
}
/*======================= CONTENT BOTTOM =======================*/
/*======================= ASIDE RIGHT =======================*/
.archive-module li,
.categories-module li,
.mod-menu .nav.menu li,
.list1 ul li {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  line-height: 20px;
}
.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;
}
.item_list {
  margin: 0 0 20px;
}
.item_list li {
  color: #f4f2ec;
  list-style: none;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
  padding: 5px 0 5px;
  letter-spacing: 2px;
}
.item_list li a {
  background: url(../images/template/list.png) right 8px no-repeat !important;
  color: #f4f2ec;
  display: inline-block;
  padding-right: 15px;
}
.item_list li a:hover {
  color: #857e83;
}
.tagspopular ul {
  margin: 0;
}
.tagspopular ul li {
  list-style: none;
  display: inline-block;
  padding: 0 15px 12px 0;
}
/*======================= MAINBOTTOM =======================*/
#mainbottom-row {
  border-top: 8px solid #3e373c;
  background: #4d464b;
  color: #958b92;
  text-shadow: none;
  padding-top: 51px;
  padding-bottom: 28px;
  position: relative;
}
#mainbottom-row .moduleTitle {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 36px;
  line-height: 44px;
  color: #f4f2ec;
  letter-spacing: 5px;
  margin-bottom: 19px;
}
#mainbottom-row .item_title {
  color: #958b92;
}
#mainbottom-row .readmore {
  color: #f4f2ec;
}
#mainbottom-row .readmore:hover {
  color: #958b92;
}
#mainbottom-row .post .item:hover {
  color: #ffffff;
}
#mainbottom-row .post .item:hover .item_title {
  color: #ffffff !important;
}
/*======================= BOTTOM =======================*/
#bottom-row {
  background: #3e373c;
  color: #958b92;
  text-shadow: none;
  padding-top: 47px;
  position: relative;
}
#bottom-row .moduleTitle {
  color: #ffffff;
  letter-spacing: 5px;
}
/*======================= FOOTER =======================*/
#footer-wrapper {
  background: #3e373c;
  color: #958b92;
  text-shadow: none;
  position: relative;
}
#footer-wrapper .footer-wrapper-inner {
  background: #3e373c;
  color: #958b92;
  text-shadow: none;
  line-height: 18px;
  letter-spacing: 1px;
  padding-top: 52px;
}
#footer-wrapper .footer-wrapper-inner p {
  padding-bottom: 18px;
}
#footer-wrapper .footer-wrapper-inner ul a,
#footer-wrapper .footer-wrapper-inner .mod-article-single a {
  color: #958b92;
}
#footer-wrapper .footer-wrapper-inner ul a:hover,
#footer-wrapper .footer-wrapper-inner .mod-article-single a:hover {
  color: #ffffff;
}
#footer-wrapper .footer-wrapper-inner ul li {
  line-height: 18px;
  padding-bottom: 18px;
}
#copyright-row .moduleTitle {
  color: #ffffff;
  letter-spacing: 2px;
}
#copyright {
  color: #574f55;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  line-height: 24px;
}
#copyright .footer_logo {
  float: left;
  margin-top: 6px;
  margin-right: 28px;
}
#copyright .copyrightText {
  display: inline-block;
  padding-top: 48px;
}
#copyright a {
  color: #574f55;
}
#copyright a:hover {
  color: #ffffff;
}
.rd-mobilemenu_ul a.iceMenuTitle:hover {
  color: #7c7b7b !important;
}
.rd-mobilemenu_ul .level_1 > a {
  padding: 6px 20px !important;
}
.rd-mobilemenu_ul .level_1 ul a.iceMenuTitle {
  display: block;
  padding: 4px 40px !important;
}
/*===== Social Media ======*/
.social {
	display:none;
	/*
  margin: 0;*/
}
.social li {
  margin: 0 0 0 3px;
}
.social li a {
  width: 24px;
  height: 0px;
  padding-top: 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;
  opacity: 1;
  filter: alpha(opacity=100);
}
.social li a:hover {
  /*opacity: 0.5;
  filter: alpha(opacity=50);*/
  display:none;
}

div#gkSocialAPI {display:none;}
