.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: ##ba0000;
}
h1 {
  color: #424242;
  //text-transform: uppercase;
  font-size: 48px;
  line-height: 50px;
  margin-bottom: 38px;
}
h2 {
  color: #424242;
  font-size: 30px;
  line-height: 36px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
h3 {
  font-size: 36px;
  color: #424242;
  line-height: 36px;
  margin-bottom: 23px;
}
h4 {
  color: #46484a;
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0;
}
h5 {
  font-size: 34px;
  line-height: 38px;
  color: #ba0000;
  margin-bottom: 24px;
}
h6 {
  color: #424242;
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
  //margin-bottom: 22px;
}
.alert-heading {
  color: inherit;
}
p {
  margin: 0;
  padding-bottom: 20px;
}
.icons-marker {
  font-size: 14.399999999999999px;
  line-height: 20px;
}
/*Buttons*/
.btn {
  padding: 4px 14px;
  font-size: 12px;
  line-height: 20px;
  background: #ffffff;
  color: #83868a;
  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 {
  color: #ba0000;
  border: none;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0;
  background: none !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.btn-primary:hover,
.btn-small:hover {
  color: #4b4a4a;
}
.btn-primary.submitButton,
.btn-small.submitButton {
  float: right;
}
.btn-primary.disabled,
.btn-small.disabled {
  color: #4b4a4a;
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-primary:focus,
.btn-small:focus,
.btn-primary:active,
.btn-small:active {
  color: #ba0000;
}
.btn-primary:focus:hover,
.btn-small:focus:hover,
.btn-primary:active:hover,
.btn-small:active:hover {
  color: #4b4a4a;
}
.btn-info {
  color: #ba0000;
  border: none;
  font-size: 20px;
  font-weight: bold;
  //text-transform: uppercase;
  padding: 0;
  background: none !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.btn-info:hover {
  color: #4b4a4a;
}
.btn-info:focus,
.btn-info:active {
  color: #ba0000;
}
.btn-info:focus:hover,
.btn-info:active:hover {
  color: #4b4a4a;
}
.btn-info.active {
  color: #4b4a4a;
}
.btn-group .btn-info {
  margin: 0 25px 15px 0;
}
#searchForm .btn.btn-primary {
  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 50px;
}
.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: center;
}
.pagination ul li {
  display: inline-block;
}
.pagination ul li .pagenav,
.pagination ul li .hasTooltip {
  font: 800 14px/18px;
  text-transform: none;
  color: #555555;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  border: none;
  box-shadow: none;
}
.pagination ul li span.pagenav,
.pagination ul li .span.hasTooltip {
  color: #555555;
}
.pagination ul li a.pagenav,
.pagination ul li a.hasTooltip {
  color: #ba0000;
}
.pagination ul li a.pagenav:hover,
.pagination ul li a.hasTooltip:hover {
  background: none;
  color: #4b4a4a;
}
.pagination ul li.num span.pagenav,
.pagination ul li.num span.hasTooltip {
  color: #4b4a4a;
}
/*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 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: #ba0000;
}
.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 30px 9px 0;
  max-width: 50%;
  //height:250px;
}
.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: #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;
}
html {
  background: none repeat scroll 0% 0% #424242;
}
html:before {
  position: absolute;
  content: '';
  width: 100%;
  top: 0;
  left: 0;
  height: 50px;
  //background: url(../images/top_texture.jpg) 50% 0;
}
body {
  background: none repeat scroll 0% 0% #424242;
}
#wrapper {
  max-width: 1452px;
  background: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.26);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.26);
  position: relative;
}
/*======================= TOP =======================*/
/*======================= HEADER =======================*/
#header-row {
  padding: 40px 0 35px;
}
#logo {
  text-align: center;
  //max-width: 940px;
  //margin-left: 130px;
  margin-top: 20px;
  margin-bottom: 20px;
}
#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%;
  padding: 0 0 6px;
  background: #ffffff;
}
.navigation {
  position: relative;
}
.navigation:before {
  position: absolute;
  top: 50%;
  left: 30px;
  right: 0;
  height: 1px;
  content: '';
  background: #aaa;
  margin-top: 1px;
}
.navigation ul.sf-menu {
  display: table;
  margin: 0 auto;
  padding: 0 15px;
  background: #fff;
  /*SubMenu Styles*/
}
.navigation ul.sf-menu > li {
  padding: 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 {
  color: #ba0000;
}
.navigation ul.sf-menu > li.active:before,
.navigation ul.sf-menu > li.current:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  border-bottom: 4px solid #555;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  margin-left: -4px;
}
.navigation ul.sf-menu > li + li {
  margin-left: 21px;
}
.navigation ul.sf-menu > li > a,
.navigation ul.sf-menu > li > span {
  font-size: 30px;
  line-height: 36px;
  font-family: 'Anton', 'sans-serif';
  color: #4b4a4a;
  display: block;
  text-transform: uppercase;
  -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 {
  color: #ba0000;
}
.navigation ul.sf-menu li > ul {
  top: 31px;
  /*Define 1st SubMenu position*/
  margin-left: -4px;
}
.navigation ul.sf-menu ul {
  width: 125px;
  /*Define menu width*/
}
.navigation ul.sf-menu li li ul {
  /*Define SubMenu position*/
  top: -24px;
  left: 125px;
  margin-left: 0;
}
.navigation ul.sf-menu li li li ul {
  /*Define 2nd+ SubMenu position*/
  top: -24px;
  left: 125px;
  margin-left: 0;
}
.navigation ul.sf-menu ul {
  background: #424242;
  padding: 24px 0;
}
.navigation ul.sf-menu ul ul {
  background: #ba0000;
}
.navigation ul.sf-menu ul ul li a:hover,
.navigation ul.sf-menu ul ul li span:hover {
  font-weight: normal;
  color: #000;
}
.navigation ul.sf-menu ul ul li.active a,
.navigation ul.sf-menu ul ul li.sfHover a,
.navigation ul.sf-menu ul ul li.active span,
.navigation ul.sf-menu ul ul li.sfHover span {
  font-weight: normal;
  color: #000;
}
.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: 12px;
  line-height: 21px;
  font-family: Arial, Helvetica, sans-serif;
  color: #ffffff;
  display: block;
  padding: 6px 20px;
  text-transform: uppercase;
  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 {
  color: #ffffff;
  font-weight: bold;
}
.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 {
  color: #ffffff;
  font-weight: bold;
}
.navigation ul.sf-menu.sf-vertical {
  width: 125px;
}
.navigation ul.sf-menu.sf-vertical li {
  width: 125px;
  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: 127px;
}
.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: 36px;
  padding-bottom: 36px;
  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: 38px;
  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: 125px;
  top: 36px;
}
.search-block {
  text-align: right;
}
.search-block input {
  max-width: 100%;
}
.masonry .item {
  margin-left: 0 !important;
}
/*======================= SHOWCASE =======================*/
.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 {
  padding: 57px 0 0;
}
.top_blocks {
  text-align: center;
  line-height: 18px;
}
.top_blocks .item_img {
  margin-bottom: 32px;
}
.top_blocks .item_introtext {
  padding: 0 20px 5px;
}
.top_blocks .item_content {
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 34px;
}
/*======================= MAINTOP =======================*/
#maintop-row {
  padding: 86px 0 0;
}
.team .item_img a {
  overflow: hidden;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
}
.team .item_img a > * {
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
}
.team .item {
  padding-top: 10px;
}
.sidebar {
  font-size: 12px;
}
.sidebar .item_img {
  margin-bottom: 30px;
}
.sidebar .item_img a {
  overflow: hidden;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
}
.sidebar .item_img a > * {
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
}
.sidebar h4 {
  font-weight: bold;
}
.sidebar p {
  padding-bottom: 18px;
}
/*======================= CONTENT TOP =======================*/
/*======================= CONTENT =======================*/
#content-row {
  //padding: 83px 0 78px;
   padding: 40px 0 40px;
}
#component {
  min-height: 0;
}
.page-category__home {
  padding-left: 100px;
  padding-top: 14px;
  font-size: 12px;
  position: relative;
}
.page-category__home:before {
  position: absolute;
  content: '';
  width: 1px;
  left: 0;
  background: #e5e5e5;
  top: 0;
  bottom: 0;
}
.page-category__home h5 .item_title_part0,
.page-category__home h5 .item_title_part1 {
  font-size: 48px;
}
.page-category__home h5 .item_title_part2 {
  display: block;
}
.item {
  margin-bottom: 18px;
}
.item:after {
  content: '';
  display: block;
  clear: both;
}
.page-header {
  border: none;
  padding: 0;
  margin: 0;
}
.item_info_dl {
  //margin: 0 0 40px;
}
.item_info_dl dd {
  margin: 0;
  display: inline;
}
.item_info_dl dd > * {
  display: inline;
}
.item_info_dl dd.komento {
  float: right;
}
.item_info_dl dd a {
  color: inherit;
}
.item_info_dl dd a:hover {
  color: #ba0000;
}
.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 ======*/
.gallery-item.gallery-grid .view .item_title,
.mfp-title .item_title {
  color: #fff;
}
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: 12px;
  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%;
  //max-height: 250px;
}
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.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_published,
.page-item__blog .item_published,
.page-archive .item_published {
  float: left;
  background: #e1bb74;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  text-align: center;
  width: 69px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  padding: 15px 0 14px;
  margin-right: 18px;
  display:none;
}
.page-blog .item_published span,
.page-item__blog .item_published span,
.page-archive .item_published span {
  display: block;
  font-weight: bold;
  font-size: 24px;
}
.page-blog .item_header,
.page-item__blog .item_header,
.page-archive .item_header {
  padding: 14px 0 0;
}
.page-blog .item,
.page-item__blog .item,
.page-archive .item {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 30px;
  margin-bottom: 40px;
}
.tags {
  clear: both;
}
.addthis_toolbox {
  padding-top: 12px;
}
/*======================= CONTENT BOTTOM =======================*/
/*======================= 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;
  background: url(../images/list_marker.png) 0 6px no-repeat;
  padding: 0 0 10px 22px;
  font-size: 16px;
}
.archive-module li a,
.categories-module li a,
.mod-menu .nav.menu li a,
.list1 ul li a {
  color: #4b4a4a;
  display: inline;
  background: none !important;
}
.archive-module li a:hover,
.categories-module li a:hover,
.mod-menu .nav.menu li a:hover,
.list1 ul li a:hover {
  color: #ba0000;
}
.tagspopular ul {
  margin: 0;
}
.tagspopular ul li {
  list-style: none;
  display: inline-block;
  padding: 0 15px 12px 0;
}
#aside-right .moduletable + .moduletable {
  margin-top: 50px;
}
/*======================= MAINBOTTOM =======================*/
#mainbottom-row {
  padding: 0 0 71px;
}
.offering .mod-custom__offering {
  padding: 49px 37px 28px 37px;
  min-height: 134px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.offering .mod-custom__offering span {
  display: block;
  color: #b88e40;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 5px;
}
.offering .mod-custom__offering h3 {
  text-transform: uppercase;
  line-height: 43px;
  color: #2a2a2a;
  max-width: 710px;
}
/*======================= BOTTOM =======================*/
#bottom-row .container-fluid {
  border-top: 1px solid #e8e8e8;
  padding: 68px 0 45px;
}
.news .item_published {
  font-size: 24px;
  color: #433f50;
  text-transform: uppercase;
  font-weight: bold;
  overflow: hidden;
  padding-bottom: 15px;
  display: block;
}
.news .item_published span {
  width: 48px;
  font-weight: normal;
  background: #e1bb74;
  float: left;
  margin-right: 4px;
  text-align: center;
  color: #fff;
  line-height: 19px;
  font-size: 14px;
  padding: 7px 0 3px;
}
.news .item_published span strong {
  display: block;
  font-size: 24px;
}
.news .item_published em {
  font: inherit;
  display: inline-block;
  padding-top: 7px;
}
.news .item_title {
  font-weight: bold;
  margin-bottom: 20px;
}
.address {
  line-height: 24px;
  text-transform: uppercase;
  color: #433f50;
  position: relative;
}
.address:before {
  width: 1px;
  content: '';
  background: #e2e2e2;
  position: absolute;
  top: -8px;
  bottom: -15px;
  left: 30px;
}
.address h1 {
  font-size: 27px;
  font-family: 'Anton', 'sans-serif';
  font-weight: normal;
  text-transform: uppercase;
  line-height: 25px;
  margin-bottom: 30px;
}
.address > * {
  padding-left: 100px;
}
.address p {
  padding-bottom: 24px;
}
/*======================= FOOTER =======================*/
#footer-row {
  padding: 0 0 39px;
}
.clients .mod-custom__clients {
  border-top: 1px solid #e8e8e8;
  padding: 44px 0 0;
}
.clients ul {
  margin: 0;
  text-align: center;
  font-size: 0;
  line-height: 0;
}
.clients ul li {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 15px;
}
.clients ul li + li {
  margin-left: 53px;
}
#copyright-row {
  text-align: center;
  padding-bottom: 100px;
}
#copyright {
  text-align: center;
  padding-top: 20px;
  color: #424242;
  text-transform: uppercase;
}
#copyright .year:after {
  content: '|';
  padding: 0 0 0 3px;
}
#copyright a {
  color: inherit;
}
#copyright a:hover {
  color: #ba0000;
}
/*===== Social Media ======*/
.mod-menu__social {
  border-top: 15px solid #424242;
  padding: 47px 0 0;
}
.social {
  margin: 0;
}
.social li {
  margin: 0 0 0 3px;
}
.social li a {
  width: 47px;
  height: 0px;
  padding-top: 47px;
  -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);
}




.danny-gallery {

  margin:0px 30px 1px 0px;
}

.item_introtext {margin-bottom:30px;}






.facebookmodule {

    width:300px;
}