body {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-size: 16px;
  padding: 0;
  margin: 0;
  color: #000;
  background-color: #ffffff !important;
  overflow-x: hidden;
}
img {
  max-width: 100%;
  height: auto;
}
.setHeroHeight {
  height: 3000px;
}
.noHeroGap {
  height: 280px;
}
.mobileLogo {
  display: none;
}
.titleBlock {
  background-color: #ffffff;
  width: 120px;
  height: 4px;
  margin-top: 18px;
  margin-bottom: 20px;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
}
.containerWrap {
  margin-left: 120px;
  margin-right: 120px;
}
@media (max-width: 1400px) {
  .containerWrap .container {
    width: auto !important;
    padding: 0 !important;
  }
}
@media (max-width: 991px) {
  .containerWrap {
    margin-left: 80px;
    margin-right: 80px;
  }
}
@media (max-width: 767px) {
  .containerWrap {
    margin-left: 40px;
    margin-right: 40px;
  }
}
@media (max-width: 480px) {
  .containerWrap {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  .mobileLogo {
    display: block;
    margin-top: -100px;
    margin-bottom: 50px;
    padding: 25px;
  }
  .titleBlock {
    background-color: #000;
    width: 100px;
    height: 3px;
    margin-top: 18px;
    margin-bottom: 20px;
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
  }
}
a,
a:active,
a:focus,
a:focus-within,
a:visited {
  color: #1A9E5E;
  text-decoration: none;
}
a:hover {
  color: #137a48;
  text-decoration: none;
}
b,
strong {
  font-weight: 700;
}
hr {
  clear: both;
}
.lead {
  font-family: 'Open Sans', sans-serif;
  color: #8D8D8D;
  font-size: 18px;
  line-height: 22px;
}
.lead a {
  color: #8D8D8D;
}
.lead a:hover {
  color: #c1c1c1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-weight: 700;
}
.btn {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  line-height: normal;
  display: inline-block;
  color: #000;
  background-color: transparent;
  border: solid 2px #000;
  padding: 10px 30px 10px 30px;
  max-width: 100%;
  margin-top: 15px;
  position: relative;
  -webkit-border-radius: 100px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100px;
  -moz-background-clip: padding;
  border-radius: 100px;
  background-clip: padding-box;
}
.btn:hover,
.btn:focus,
.btn:active {
  color: #000;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.btn.btn-small {
  color: #000;
  padding: 7px 0px 7px 46px;
  background-color: transparent;
  min-width: 5px;
  display: inline-block !important;
  width: auto;
  border: none;
}
.btn.btn-small i {
  color: #000;
  width: 34px;
  height: 34px;
  line-height: 33px;
  font-size: 23px;
  position: absolute;
  left: 0px;
  top: 0px;
  border: solid 2px #000;
  -webkit-border-radius: 100px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100px;
  -moz-background-clip: padding;
  border-radius: 100px;
  background-clip: padding-box;
}
.btn.btn-small:hover {
  text-decoration: none;
}
.btn-white {
  font-size: 14px;
  margin-top: 5px;
  padding: 6px 30px 6px 45px;
  border: solid 2px #ffffff;
  color: #ffffff !important;
  background-color: transparent;
}
.btn-white i {
  font-size: 18px;
  position: absolute;
  top: 4px;
  left: 10px;
}
.btn-default {
  padding-right: 45px;
}
.btn-default i {
  font-size: 24px;
  position: absolute;
  top: 7px;
  right: 5px;
}
.btn-primary {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  background-color: #8E735D;
  padding: 15px 30px 9px 46px;
  border: none;
  cursor: pointer;
}
.btn-primary i {
  font-size: 24px;
  position: absolute;
  top: 10px;
  left: 6px;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  color: #ffffff;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.btn-wrapper {
  margin-top: 15px;
}
.no-margin-top {
  margin-top: 0 !important;
}
.margin-top {
  margin-top: 30px !important;
}
.margin-bottom {
  margin-bottom: 30px !important;
}
.margin-right {
  margin-right: 30px !important;
}
.margin-left {
  margin-left: 30px !important;
}
.no-margin {
  margin: 0px !important;
}
.padding-top {
  padding-top: 30px !important;
}
.no-padding-top {
  padding-top: 0 !important;
}
.padding-bottom {
  padding-bottom: 30px !important;
}
.no-padding-bottom {
  padding-bottom: 0 !important;
}
.padding-right {
  padding-right: 30px !important;
}
.padding-left {
  padding-left: 30px !important;
}
.no-padding {
  padding: 0px !important;
}
.float-right {
  float: right !important;
}
.float-left {
  float: left !important;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-small {
  font-size: 16px;
}
.text-smaller {
  font-size: 14px;
  color: #8D8D8D;
}
.text-large {
  font-size: 18px;
}
.text-grey {
  color: #c1c1c1;
}
.text-white {
  color: #ffffff;
}
.text-black {
  color: #000;
}
.height-150 {
  min-height: 150px;
}
.height-200 {
  min-height: 200px;
}
.height-250 {
  min-height: 250px;
}
.height-300 {
  min-height: 300px;
}
.height-350 {
  min-height: 350px;
}
.height-400 {
  min-height: 400px;
}
.gap20 {
  height: 20px;
}
.gap50 {
  height: 50px;
}
.gap75 {
  height: 75px;
}
.gap100 {
  height: 100px;
}
.bg-yellow {
  background-color: #FBD00C;
}
.bg-blue {
  background-color: #41A1D5;
}
.bg-grey {
  background-color: #8D8D8D;
}
.bg-grey-lighten {
  background-color: #c1c1c1;
}
.bg-grey-darken {
  background-color: #666666;
}
.bg-black {
  background-color: #000;
}
.bg-black-lighten {
  background-color: #272a2b;
}
.bg-black-darken {
  background-color: #000;
}
.bg-white {
  background-color: #ffffff;
}
.bg-white-lighten {
  background-color: #ffffff;
}
.bg-white-darken {
  background-color: #e8e8ec;
}
.bg-default {
  background-color: #E3DCD5;
}
.bg-default-lighten {
  background-color: #8E735D;
}
.bg-default-darken {
  background-color: #8E735D;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.disable {
  @include opacity(0.4);
}
.clearfix {
  clear: both;
}
.bg-red {
  background-color: #EB2A2E !important;
}
.shadow-bottom {
  -webkit-box-shadow: 0 0 5px #8D8D8D;
  -moz-box-shadow: 0 0 5px #8D8D8D;
  box-shadow: 0 0 5px #8D8D8D;
  z-index: 2;
  position: relative;
}
@media (min-width: 1200px) {
  .float-right-large {
    float: right !important;
  }
}
.mod-header {
  color: #272a2b;
  background-color: #ffffff;
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 120px;
  z-index: 200;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.mod-header .headerLogo {
  top: 0;
  left: 15px;
  position: absolute;
  z-index: 15;
  margin-top: 30px;
  width: 440px;
  display: block;
  transition: all 0.3s ease;
}
.mod-header .headerLogo1,
.mod-header .headerLogo2,
.mod-header .headerLogo3 {
  top: 0;
  left: 15px;
  position: absolute;
  z-index: 15;
  margin-top: 30px;
  width: 134px;
  display: block;
  transition: all 0.3s ease;
}
.mod-header .headerLogo2 {
  left: 165px;
}
.mod-header .headerLogo3 {
  left: 314px;
}
.mod-header .menuIcon {
  font-size: 24px;
  color: #ffffff;
  display: inline-block;
  float: right;
  margin-left: 25px;
  position: relative;
  z-index: 16;
}
.mod-header .menuIcon:hover {
  color: #e4e4e4;
}
.mod-header .menuIcon:first-child {
  margin-left: 16px;
}
.mod-header .headerInfo {
  margin-top: 45px;
  font-family: 'Open Sans', sans-serif;
}
.mod-header .headerInfo b {
  display: block;
}
.mod-header .headerInfo .headerPhone {
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 3px;
}
.mod-header .headerInfo .headerText {
  padding-left: 34px;
  font-size: 15px;
  line-height: 18px;
}
.mod-header .headerInfo .headerText .headerTextOffset {
  display: inline-block;
  width: 50px;
}
.admin-bar .mod-header {
  top: 32px;
}
.scrollTop .mod-header {
  color: #272a2b;
  height: 60px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.scrollTop .mod-header .headerLogo {
  margin-top: 11px;
  width: 290px;
}
.scrollTop .mod-header .headerLogo1,
.scrollTop .mod-header .headerLogo2,
.scrollTop .mod-header .headerLogo3 {
  margin-top: 8px;
}
.scrollTop .mod-header .headerInfo {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
@media (max-width: 991px) {
  .mod-header {
    height: 80px;
  }
  .mod-header .headerLogo {
    margin-top: -22px;
    margin-left: 5px;
    width: 320px;
  }
  .mod-header .headerLogo1,
  .mod-header .headerLogo2,
  .mod-header .headerLogo3 {
    margin-top: -11px;
    left: auto;
  }
  .mod-header .headerLogo1 {
    right: 314px;
  }
  .mod-header .headerLogo2 {
    right: 165px;
  }
  .mod-header .headerLogo3 {
    right: 15px;
  }
  .mod-header .menuIcon {
    font-size: 24px;
    display: inline-block;
    float: none;
    margin-left: 25px;
    position: fixed;
    top: 40px;
    right: 75px;
    z-index: 16;
    transition: all 0.3s ease;
  }
  .mod-header .menuIcon:first-child {
    right: 25px;
  }
  .scrollTop .mod-header .headerLogo {
    width: 120px;
    margin-top: -10px;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
  .scrollTop .mod-header .headerLogo1,
  .scrollTop .mod-header .headerLogo2,
  .scrollTop .mod-header .headerLogo3 {
    margin-top: -4px;
  }
  .scrollTop .mod-header .menuIcon {
    margin-top: -100px;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
  }
}
@media (max-width: 767px) {
  .mod-header .menuIcon {
    top: 33px;
  }
  .mod-header .headerLogo {
    top: 9px;
    left: auto;
    right: 26px;
    width: 200px;
    z-index: 999;
  }
  .mod-header .headerLogo1,
  .mod-header .headerLogo2,
  .mod-header .headerLogo3 {
    top: 0;
    left: auto;
    right: 15px;
    width: 70px;
  }
  .mod-header .headerLogo2 {
    right: 95px;
  }
  .mod-header .headerLogo3 {
    right: 175px;
  }
  .scrollTop .mod-header .headerLogo1,
  .scrollTop .mod-header .headerLogo2,
  .scrollTop .mod-header .headerLogo3 {
    margin-top: 5px;
  }
  .scrollTop .mod-header .headerLogo {
    top: 15px;
    left: auto;
    right: 26px;
    width: 200px;
  }
}
.mod-menu {
  margin-top: 40px;
  margin-right: 0;
  transition: all 0.3s ease;
  text-align: right;
}
.mod-menu .menu .menu-mobile {
  display: none;
}
.mod-menu ul.subMenu {
  position: absolute;
  left: 15px;
  top: 120px;
  transition: all 0.3s ease;
}
.mod-menu ul.subMenu li {
  width: 135px;
  background: #000;
  margin-left: 0;
  margin-right: 14px;
  float: left;
  text-align: center;
}
.mod-menu ul.subMenu li.sub1.active,
.mod-menu ul.subMenu li.sub1:hover {
  background-color: #E3CB9D;
}
.mod-menu ul.subMenu li.sub1.active a,
.mod-menu ul.subMenu li.sub1:hover a {
  color: #000;
}
.mod-menu ul.subMenu li.sub2.active,
.mod-menu ul.subMenu li.sub2:hover {
  background-color: #FAF10B;
}
.mod-menu ul.subMenu li.sub2.active a,
.mod-menu ul.subMenu li.sub2:hover a {
  color: #000;
}
.mod-menu ul.subMenu li.sub3.active,
.mod-menu ul.subMenu li.sub3:hover {
  background-color: #DDDDDD;
}
.mod-menu ul.subMenu li.sub3.active a,
.mod-menu ul.subMenu li.sub3:hover a {
  color: #000;
}
.mod-menu ul.subMenu li a {
  color: #ffffff;
  margin-left: 10px;
  margin-right: 10px;
}
.mod-menu ul.subMenu li a:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.mod-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mod-menu ul li {
  display: inline-block;
}
.mod-menu ul li a {
  color: #272a2b;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-left: 25px;
  line-height: 38px;
  padding-bottom: 8px;
}
.mod-menu ul li a:hover {
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
  text-decoration: none;
}
.mod-menu ul li.current_page_item > a {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  border-bottom: solid 1px #92A1AC;
}
.mod-menu ul li ul {
  padding-top: 27px;
  padding-bottom: 15px;
  margin-left: -10px;
  text-align: left;
  background-color: #ffffff;
  position: absolute;
  display: none;
  min-width: 200px;
}
.mod-menu ul li ul li {
  display: block;
}
.mod-menu ul li ul li a {
  display: block;
  padding-left: 10px;
  padding-right: 30px;
  line-height: normal !important;
}
.mod-menu ul li ul li.current_page_item a {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  border-bottom: none;
}
.mod-menu ul li:hover ul {
  display: block;
}
.scrollTop .mod-menu {
  margin-top: 12px;
}
.scrollTop .mod-menu ul.subMenu {
  display: none;
}
.scrollTop .mod-menu ul li a {
  color: #272a2b;
}
.vrOn .mod-menu {
  margin-top: 0px;
}
@media (max-width: 991px) {
  .mod-menu ul.subMenu {
    position: absolute;
    left: auto;
    right: 1px;
    top: 40px;
    transition: all 0.3s ease;
  }
  .mod-menu .menu {
    display: none;
  }
}
@media (max-width: 767px) {
  .mod-menu .mainMenu {
    display: none;
  }
  .mod-menu ul.subMenu {
    position: absolute;
    top: 40px;
    right: -40px;
    width: 60%;
    transition: all 0.3s ease;
  }
  .mod-menu ul.subMenu li {
    padding-top: 7px;
    padding-bottom: 7px;
    width: auto;
    float: none;
    display: block;
    text-align: left;
  }
  .mod-menu ul.subMenu li a {
    padding-left: 10px;
    padding-right: 40px;
  }
}
@media (max-width: 480px) {
  .mod-menu ul.subMenu {
    position: absolute;
    top: 40px;
    left: 0px;
    right: -15px;
    width: auto;
  }
  .mod-menu ul.subMenu li {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 10px;
    background-color: #ffffff;
  }
  .mod-menu ul.subMenu li a {
    color: #000;
  }
}
.mod-mobilemenu.setGroup .menu {
  padding-bottom: 14px;
  padding-top: 14px;
  background-color: #DDDDDD;
}
.mod-mobilemenu.setGroup .menu ul li {
  background-color: #DDDDDD;
}
.mod-mobilemenu.setGroup .pageSwitch li.current_page_item {
  background-color: black;
}
.mod-mobilemenu.setGroup .pageSwitch li.current_page_item a {
  color: white;
}
.mod-mobilemenu.setBau .menu {
  padding-bottom: 14px;
  padding-top: 14px;
  background-color: #FDEE43;
}
.mod-mobilemenu.setBau .menu ul li {
  background-color: #FDEE43;
}
.mod-mobilemenu.setBau .pageSwitch li.current_page_item {
  background-color: black;
}
.mod-mobilemenu.setBau .pageSwitch li.current_page_item a {
  color: white;
}
.mod-mobilemenu.setHolz .menu {
  padding-bottom: 14px;
  padding-top: 14px;
  background-color: #E7C9A1;
}
.mod-mobilemenu.setHolz .menu ul li {
  background-color: #E7C9A1;
}
.mod-mobilemenu.setHolz .pageSwitch li.current_page_item {
  background-color: black;
}
.mod-mobilemenu.setHolz .pageSwitch li.current_page_item a {
  color: white;
}
.mod-mobilemenu .mobileBurger {
  top: 12px;
  left: 15px;
  position: fixed;
  z-index: 201;
  cursor: pointer;
  transition: all 0.3s ease;
}
.mod-mobilemenu .mobileBurger i {
  font-size: 40px;
  color: #000;
}
.mod-mobilemenu .mobileBurger.mobileMenuOpen i {
  color: #000;
}
.mod-mobilemenu .mobileMenuWrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  z-index: 200;
  overflow: scroll;
  padding-bottom: 50px;
}
.mod-mobilemenu .mobileMenuWrap .mobileMenu {
  padding: 0;
  margin: 0;
  margin-top: 100px;
  transition: all 0.3s ease;
  font-size: 21px;
  color: #000;
  list-style: none;
}
.mod-mobilemenu .mobileMenuWrap .mobileMenu li {
  display: block;
}
.mod-mobilemenu .mobileMenuWrap .mobileMenu li a {
  color: #000;
  font-weight: 400;
  margin-left: 25px;
  line-height: 38px;
  padding-bottom: 8px;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
.mod-mobilemenu .mobileMenuWrap .mobileMenu li a:hover {
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
  text-decoration: none;
}
.mod-mobilemenu .mobileMenuWrap .mobileMenu li ul li a {
  font-weight: 400 !important;
  font-size: 16px;
  padding-bottom: 0;
}
.mod-mobilemenu .mobileMenuWrap .mobileMenu li ul li.current_page_item a {
  font-weight: 700 !important;
  font-family: 'Open Sans', sans-serif;
}
.mod-mobilemenu .mobileMenuWrap .mobileMenu li.current_page_item a {
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
}
.mod-mobilemenu .mobileMenuWrap .mobileMenu li ul li {
  display: block;
}
.mod-mobilemenu .mobileMenuWrap .mobileMenu li ul li a {
  color: #000;
  line-height: 28px;
}
.mod-mobilemenu .mobileMenuWrap .mobileMenu li:hover ul {
  display: block;
}
.mod-mobilemenu .mobileMenuWrap.mobileMenuOpen {
  display: block;
}
.mod-mobilemenu.slideOut .mobileBurger {
  margin-top: -12px;
}
.mod-mobilemenu.slideOut .mobileBurger.mobileMenuOpen {
  margin-top: 0;
}
@media (min-width: 992px) {
  .mod-mobilemenu {
    display: none;
  }
}
.mod-hero {
  margin-bottom: 80px;
  min-height: 120px;
}
.mod-hero .heroWrap {
  height: 400px;
  margin-top: 120px;
}
.mod-hero .heroCorner {
  position: absolute;
  right: 15px;
  bottom: 0;
  width: 120px;
  height: 120px;
  background-color: #ffffff;
}
.mod-hero .heroCornerGallery {
  position: absolute;
  right: 15px;
  bottom: 0;
  width: 120px;
  height: 120px;
  line-height: 180px;
  background-color: #ffffff;
  text-align: center;
  font-size: 13px;
}
.mod-hero .heroCornerGallery a {
  line-height: 120px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  transition: all 0.3s ease;
}
.mod-hero .heroCornerGallery a i {
  font-size: 40px;
  color: #000;
  margin-top: 40px;
}
.mod-hero .heroCornerGallery a i:before {
  margin-right: 0.1em !important;
}
.mod-hero .heroCornerGallery a p {
  margin-top: 80px;
}
.mod-hero .heroCornerGallery a:first-child {
  display: block;
}
.mod-hero .heroCornerGallery:hover a {
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}
@media (max-width: 991px) {
  .mod-hero {
    margin-bottom: 80px;
  }
  .mod-hero .heroWrap {
    height: 350px;
    margin-top: 80px;
  }
  .mod-hero .heroCorner,
  .mod-hero .heroCornerGallery {
    position: absolute;
    right: 15px;
    bottom: 0;
    width: 80px;
    height: 80px;
    background-color: #ffffff;
  }
  .mod-hero .heroCornerGallery {
    line-height: 130px;
  }
  .mod-hero .heroCornerGallery a {
    line-height: 80px;
  }
  .mod-hero .heroCornerGallery a i {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .mod-hero {
    margin-bottom: 50px;
  }
  .mod-hero .heroWrap {
    height: 300px;
    margin-top: 50px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .mod-hero .heroWrap2 {
    margin-top: 80px;
  }
  .mod-hero .heroCorner,
  .mod-hero .heroCornerGallery {
    position: absolute;
    right: 30px;
    bottom: 0;
    width: 50px;
    height: 50px;
    background-color: #ffffff;
  }
  .mod-hero .heroCornerGallery {
    line-height: 90px;
    font-size: 12px;
  }
  .mod-hero .heroCornerGallery a {
    line-height: 50px;
  }
  .mod-hero .heroCornerGallery a i {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .mod-hero {
    margin-bottom: 50px;
  }
  .mod-hero .heroWrap {
    height: 200px;
    margin-top: 50px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .mod-hero .heroCorner,
  .mod-hero .heroCornerGallery {
    position: absolute;
    right: 30px;
    bottom: 0;
    width: 30px;
    height: 30px;
    background-color: #ffffff;
  }
  .mod-hero .heroCornerGallery {
    line-height: 90px;
    font-size: 11px;
    width: 50px;
    height: 50px;
  }
  .mod-hero .heroCornerGallery a {
    line-height: 50px;
  }
  .mod-hero .heroCornerGallery a i {
    font-size: 24px;
  }
}
.mod-content {
  font-size: 16px;
}
.mod-content .contentGap {
  margin-top: 100px;
  margin-bottom: 100px;
}
.mod-content .entry-utility {
  display: none;
}
.mod-content h1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 28px;
  color: #000;
}
.mod-content h2 {
  font-size: 21px;
  color: #000;
  font-weight: 700;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  position: relative;
}
.mod-content h2:before {
  content: '';
  background-color: #000;
  width: 60px;
  height: 2px;
  position: absolute;
  bottom: -12px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
.mod-content a,
.mod-content a:active,
.mod-content a:focus,
.mod-content a:focus-within,
.mod-content a:visited {
  color: #1A9E5E;
  text-decoration: none;
}
.mod-content blockquote {
  padding: 25px 25px 25px 90px;
  -webkit-border-radius: 8px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 8px;
  -moz-background-clip: padding;
  border-radius: 8px;
  background-clip: padding-box;
  margin-top: 40px;
  border: none;
  background-color: #8E735D;
  position: relative;
}
.mod-content blockquote a {
  color: #EB2A2E;
}
.mod-content blockquote:before {
  font-family: budicon;
  content: '\e837';
  position: absolute;
  top: 15px;
  left: 25px;
  font-size: 40px;
}
.mod-content a.fileDoc {
  color: #000;
}
.mod-content a.fileDoc i {
  font-size: 24px;
}
.mod-content .subPage a {
  display: block;
  border-bottom: 1px dotted #dadada;
  padding-left: 38px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
}
.mod-content .subPage a i {
  position: absolute;
  top: -6px;
  left: 0px;
  font-size: 24px;
}
.mod-content .subPage a:hover {
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.mod-content .embedMap {
  width: 100%;
  margin-bottom: -110px;
}
.mod-content .catTitle {
  float: left;
  margin-top: 40px;
}
.mod-content .catFilter {
  float: right;
  position: relative;
  z-index: 2;
  margin-bottom: 25px;
  margin-top: 40px;
}
.mod-content .catFilter .filterSet {
  color: #8D8D8D;
  border: solid 2px #8D8D8D;
  padding: 3px 12px 3px 12px;
  background-color: #ffffff;
  cursor: pointer;
  margin-left: 10px;
  -webkit-border-radius: 99px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 99px;
  -moz-background-clip: padding;
  border-radius: 99px;
  background-clip: padding-box;
  display: inline-block;
  margin-top: 10px;
}
.mod-content .catFilter .filterSet.active {
  color: #000;
  border-color: #000;
}
.mod-content .refDetails .row {
  background-color: #E3DCD5;
  padding: 5px;
}
.mod-content .refDetails .row.lineDetails:nth-child(even) {
  background-color: transparent;
}
.mod-content .refDetails .row div:first-child {
  font-family: 'Open Sans', sans-serif;
}
.mod-content .videoWrap {
  margin-top: 40px;
  margin-bottom: 100px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #000;
}
.mod-content .galleryWrap {
  margin-top: 40px;
  margin-bottom: 100px;
}
.mod-content .galleryWrap h3 {
  font-weight: 700;
  margin-bottom: 5px;
}
.mod-content .galleryWrap .item {
  width: 223px;
  height: 223px;
  margin-right: 5px;
  margin-bottom: 5px;
  float: left;
  display: block;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
}
.mod-content .galleryWrap .item:hover {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.mod-content .referenceWrap {
  margin-top: 40px;
  margin-bottom: 100px;
}
.mod-content .referenceWrap h3 {
  font-weight: 400;
  font-size: 16px;
  color: #92A1AC;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
}
.mod-content .referenceWrap .refTitle {
  margin-top: 15px;
  font-weight: 700;
}
.mod-content .referenceWrap .refTitle:first-child {
  margin-top: 35px;
}
.mod-content .referenceWrap .refText {
  font-size: 14px;
}
.mod-content .titleText h1 {
  margin-top: 6px;
  font-size: 28px;
  font-family: 'Open Sans', sans-serif;
}
.mod-content .titleText h1:before {
  display: none;
}
.mod-content .titleText h3 {
  font-weight: 400;
  font-size: 21px;
  color: #000;
  margin: 0;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
}
.mod-content .titleText h3:before {
  content: '';
  background-color: #000;
  width: 60px;
  height: 2px;
  position: absolute;
  top: 33px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
.mod-content .titleText .contentInner {
  margin-top: 40px;
  margin-bottom: 100px;
}
.mod-content .imageText {
  margin-top: 40px;
  margin-bottom: 80px;
}
.mod-content .imageText h2 {
  margin-bottom: 25px;
}
.mod-content .imageText .refPreview {
  margin-bottom: 20px;
  display: block;
}
.mod-content .imageText .refPreview h4 {
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  margin-right: 30px;
  height: 48px;
}
.mod-content .imageText .refPreview .refImage {
  height: 262px;
}
.mod-content .imageText .refPreview:hover {
  text-decoration: none;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.mod-content .imageText .imageWrap {
  position: relative;
  margin-top: 40px;
  margin-left: 35px;
  margin-bottom: 80px;
}
.mod-content .imageText .imageWrap img {
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
}
.mod-content .imageText .imageWrap .imageShadow {
  position: absolute;
  top: 30px;
  left: 15px;
  right: 15px;
  bottom: -5px;
  background-color: #272a2b;
  z-index: -1;
  -webkit-filter: blur(15px);
  -moz-filter: blur(15px);
  -o-filter: blur(15px);
  -ms-filter: blur(15px);
  filter: blur(15px);
}
.mod-content .imageText .contentInner {
  margin-top: 40px;
  margin-bottom: 100px;
}
.mod-content .teamContact {
  margin-bottom: 100px;
  position: relative;
}
.mod-content .teamContact h2 {
  margin-bottom: 27px;
}
.mod-content .teamContact h4 {
  font-size: 20px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 5px;
}
.mod-content .teamContact h4 p {
  margin-bottom: 0;
}
.mod-content .teamContact p {
  margin: 0;
}
.mod-content .teamContact .teamFunc {
  min-height: 52px;
  display: block;
}
.mod-content .teamContact .iconBox a {
  font-size: 14px;
  border-top: solid 1px #e4e4e4;
  padding-top: 5px;
  padding-bottom: 3px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}
.mod-content .teamContact .iconBox i {
  color: #ffffff;
  font-size: 28px;
}
.mod-content .teamContact .imageWrap {
  position: relative;
  margin-bottom: 10px;
}
.mod-content .teamContact .imageWrap .imageBox {
  height: 268px;
  transition: all 0.2s ease;
}
.mod-content .pagePreview {
  margin-bottom: 0px;
}
.mod-content .pagePreview h4 {
  font-size: 28px;
  margin-top: 5px;
  font-family: 'Open Sans', sans-serif;
}
.mod-content .pagePreview .imageWrap {
  display: block;
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
}
.mod-content .pagePreview .mainIcon {
  margin-left: -7px;
  margin-bottom: -10px;
  font-size: 26px;
}
.mod-content .pagePreview a {
  color: #000;
  max-width: 320px;
  height: 240px;
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
}
.mod-content .pagePreview a:hover {
  text-decoration: none;
}
.mod-content .pagePreview a:hover h4,
.mod-content .pagePreview a:hover p,
.mod-content .pagePreview a:hover .btn,
.mod-content .pagePreview a:hover .previewText {
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.mod-content .pagePreview a:hover .imageWrap .imageBox {
  -webkit-transform: scale(0.99);
  -moz-transform: scale(0.99);
  -o-transform: scale(0.99);
  -ms-transform: scale(0.99);
  transform: scale(0.99);
}
.mod-content .pagePreview a:hover .imageWrap .imageShadow {
  left: 5px;
  right: 5px;
  bottom: 1px;
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);
}
.mod-content .pagePreview .imageWrap {
  position: relative;
  margin-bottom: 20px;
}
.mod-content .pagePreview .imageWrap .imageBox {
  height: 180px;
  -webkit-border-radius: 8px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 8px;
  -moz-background-clip: padding;
  border-radius: 8px;
  background-clip: padding-box;
  transition: all 0.2s ease;
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -o-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}
.mod-content .pagePreview .imageWrap .imageShadow {
  position: absolute;
  top: 30px;
  left: 15px;
  right: 15px;
  bottom: 0;
  background-color: #272a2b;
  z-index: -1;
  transition: all 0.2s ease;
  -webkit-filter: blur(15px);
  -moz-filter: blur(15px);
  -o-filter: blur(15px);
  -ms-filter: blur(15px);
  filter: blur(15px);
}
.mod-content .teamBox .teamMember {
  width: 50%;
  float: left;
  position: relative;
}
.mod-content .teamBox .teamMember .teamMemberImage {
  width: 180px;
  height: 180px;
  -webkit-border-radius: 200px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 200px;
  -moz-background-clip: padding;
  border-radius: 200px;
  background-clip: padding-box;
}
.mod-content .teamBox .teamMember .teamMemberName {
  color: #ffffff;
  background-color: #8E735D;
  padding: 6px;
  padding-left: 9px;
  padding-right: 9px;
  margin-top: -18px;
  margin-left: 90px;
  display: inline-block;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
}
.mod-content .teamBox .teamMember .teamMemberName b {
  display: block;
}
.mod-content .teamBox .teamMap {
  position: relative;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  overflow: hidden;
}
.mod-content .teamBox .teamMap .teamMapGoogle {
  width: 240px;
  height: 210px;
  float: left;
  background-color: #ffffff;
}
.mod-content .teamBox .teamMap .teamMapGoogle iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.mod-content .teamBox .teamMap .teamMapInfo {
  margin-left: 240px;
  height: 210px;
  background-color: #8E735D;
  position: relative;
}
.mod-content .teamBox .teamMap .teamMapInfo a {
  display: block;
  color: #ffffff;
  position: relative;
}
.mod-content .teamBox .teamMap .teamMapInfo a i {
  font-size: 25px;
  position: absolute;
  top: -6px;
  left: -48px;
}
.mod-content .teamBox .teamMap .teamMapInfo a:hover {
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.mod-content .teamBox .teamMap .teamMapInfo .teamMapInfoTop {
  position: absolute;
  top: 23px;
  left: 63px;
}
.mod-content .teamBox .teamMap .teamMapInfo .teamMapInfoBottom {
  position: absolute;
  left: 63px;
  bottom: 20px;
}
.mod-content .teamBox .teamMap .teamMapInfo .teamMapInfoBottom a {
  margin-top: 10px;
}
.mod-content .serviceWrap .box {
  display: none;
}
.mod-content .serviceWrap .box1 {
  display: block;
  clear: both;
}
.mod-content .serviceWrap .serviceBoxWrap {
  font-size: 18px;
  margin-top: 30px;
  -webkit-transform: scale(0.99);
  -moz-transform: scale(0.99);
  -o-transform: scale(0.99);
  -ms-transform: scale(0.99);
  transform: scale(0.99);
  transition: all 0.2s ease;
}
.mod-content .serviceWrap .serviceBoxWrap .serviceBox {
  height: 180px;
  padding: 25px;
  color: #000;
  background-color: #e8e8ec;
  -webkit-border-radius: 8px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 8px;
  -moz-background-clip: padding;
  border-radius: 8px;
  background-clip: padding-box;
  display: block;
  position: relative;
}
.mod-content .serviceWrap .serviceBoxWrap .serviceBox h3 {
  position: absolute;
  left: 25px;
  bottom: 15px;
  width: 150px;
  font-weight: 700;
  font-size: 16px;
}
.mod-content .serviceWrap .serviceBoxWrap .serviceBox i {
  position: absolute;
  right: 15px;
  bottom: 15px;
  color: #000;
  font-size: 30px;
}
.mod-content .serviceWrap .serviceBoxWrap .imageShadow {
  position: absolute;
  top: 30px;
  left: 15px;
  right: 15px;
  bottom: 0x;
  background-color: #8D8D8D;
  z-index: -1;
  transition: all 0.2s ease;
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);
}
.mod-content .serviceWrap .serviceBoxWrap:hover {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -o-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}
.mod-content .serviceWrap .serviceBoxWrap:hover .imageShadow {
  position: absolute;
  top: 30px;
  left: 15px;
  right: 15px;
  bottom: -5px;
  background-color: #8D8D8D;
  z-index: -1;
  -webkit-filter: blur(15px);
  -moz-filter: blur(15px);
  -o-filter: blur(15px);
  -ms-filter: blur(15px);
  filter: blur(15px);
}
@media (max-width: 1400px) {
  .mod-content .refDetails {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (max-width: 1200px) {
  .mod-content .imageText {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .mod-content .imageText .refPreview h4 {
    font-size: 16px;
  }
  .mod-content .teamBox .teamMap .teamMapGoogle {
    display: none;
  }
  .mod-content .teamBox .teamMap .teamMapInfo {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .mod-content .contentGap {
    margin-top: 100px;
    margin-bottom: 70px;
  }
  .mod-content .imageText .refPreview h4 {
    font-size: 20px;
  }
  .mod-content .pagePreview {
    margin-top: -60px;
  }
  .mod-content .pagePreview .imageWrap {
    margin-top: 60px;
  }
  .mod-content .pagePreview a .previewText {
    min-height: 0px;
  }
  .mod-content .imageText .imageWrap {
    margin-top: -70px;
    margin-left: 0;
    margin-bottom: 0px;
  }
  .mod-content .imageText .contentInner {
    margin-top: 30px;
  }
  .mod-content .wpcf7 {
    margin-top: 50px;
  }
  .mod-content .teamBox .teamMap {
    margin-top: 50px;
  }
  .mod-content .textLeft {
    margin-top: 30px;
  }
  .mod-content .serviceWrap .box1 {
    display: none;
    clear: none;
  }
}
@media (max-width: 767px) {
  .mod-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .mod-content .contentGap {
    margin-top: 10px;
    margin-bottom: 50px;
  }
  .mod-content .catTitle {
    float: none;
  }
  .mod-content .catFilter {
    float: none;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .mod-content .textLeft {
    min-height: 0;
    padding-bottom: 0;
  }
  .mod-content .galleryWrap .item {
    width: 100px;
    height: 100px;
  }
  .mod-content .pagePreview a {
    height: auto;
    margin-bottom: 80px;
  }
  .mod-content .refDetails {
    margin-left: 10px;
    margin-right: 10px;
  }
  .mod-content .serviceWrap .serviceBoxWrap .serviceBox {
    height: 130px;
  }
}
@media (max-width: 480px) {
  .mod-content blockquote {
    padding: 90px 25px 25px 25px;
  }
  .mod-content blockquote:before {
    top: 20px;
    left: 30px;
  }
  .mod-content .catFilter .filterSet {
    font-size: 14px;
    padding: 3px 10px 3px 10px;
    margin-left: 0px;
    margin-bottom: 5px;
  }
  .mod-content .imageText .refPreview .refImage {
    margin-right: 0;
  }
  .mod-content .imageText .imageWrap {
    margin-top: -70px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0px;
  }
  .mod-content .teamBox .teamMember {
    width: 100%;
    padding-bottom: 30px;
  }
}
.mod-slideshow {
  position: relative;
  margin-top: 120px;
  height: 100%;
}
.mod-slideshow.setHeroHeight {
  height: 2000px;
}
.mod-slideshow .heroShadow {
  position: absolute;
  left: 0;
  right: 120px;
  right: 0;
  bottom: 0;
  height: 250px;
  background-image: url(/wp-content/themes/bm/css/../images/gradient-bottom.png);
  background-repeat: repeat-x;
  background-position: left;
  z-index: 2;
}
.mod-slideshow.noHeroWrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.mod-slideshow.noHeroWrap .noHero {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b7c2ce+0,d0dae2+30,eaf3f7+100 */
  background: #b7c2ce;
  /* Old browsers */
  background: -moz-linear-gradient(top, #b7c2ce 0%, #d0dae2 30%, #eaf3f7 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #b7c2ce 0%, #d0dae2 30%, #eaf3f7 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #b7c2ce 0%, #d0dae2 30%, #eaf3f7 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b7c2ce', endColorstr='#eaf3f7', GradientType=0);
  /* IE6-9 */
}
.mod-slideshow .customNav {
  left: 50%;
  bottom: 38%;
  position: absolute;
  z-index: 25;
  transition: all 0.5s ease;
  padding: 0;
}
.mod-slideshow .customNav .owl-prev {
  display: none;
}
.mod-slideshow .customNav .owl-next {
  width: 90px;
  height: 44px;
  background-color: #8E735D;
  -webkit-border-radius: 30px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 30px;
  -moz-background-clip: padding;
  border-radius: 30px;
  background-clip: padding-box;
  position: absolute;
  top: -44px;
  right: -15px;
  cursor: pointer;
  transition: all 0.5s ease;
}
.mod-slideshow .customNav .owl-next i {
  position: absolute;
  top: 8px;
  left: 30px;
  font-size: 24px;
  transition: all 0.5s ease;
}
.mod-slideshow .customNav .owl-next:hover i {
  left: 33px;
}
.mod-slideshow .customNav .owl-next:active i {
  left: 15px;
}
.mod-slideshow .customDots {
  left: 50%;
  bottom: 38%;
  position: absolute;
  z-index: 25;
  transition: all 0.5s ease;
  padding: 0;
  margin-left: 15px;
}
.mod-slideshow .customDots .owl-dot {
  display: inline-block;
  margin-left: 15px;
  border: solid 2px #ffffff;
  width: 24px;
  height: 24px;
  display: block;
  -webkit-border-radius: 30px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 30px;
  -moz-background-clip: padding;
  border-radius: 30px;
  background-clip: padding-box;
  float: left;
  transition: all 0.5s ease;
}
.mod-slideshow .customDots .owl-dot.active {
  border-color: #8E735D;
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.mod-slideshow .customDots .owl-dot:hover {
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.mod-slideshow.slideOut .customDots,
.mod-slideshow.slideOut .customNav {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.mod-slideshow .slideBox {
  background-color: #ffffff;
  width: 8000px;
  height: 300px;
  position: absolute;
  right: -10px;
  transition: all 0.3s ease;
  z-index: 10;
  bottom: 120px;
  -webkit-transform: rotate(6deg);
  -moz-transform: rotate(6deg);
  -o-transform: rotate(6deg);
  -ms-transform: rotate(6deg);
  transform: rotate(6deg);
}
.mod-slideshow .slideBox.slideOut {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  bottom: -180px;
}
.mod-slideshow .slideDirect {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 120px;
  background-color: #ffffff;
  z-index: 5;
}
.mod-slideshow .slideDirect .linkTo {
  color: #8D8D8D;
  font-size: 18px;
  height: 120px;
  margin-left: 25px;
  padding-top: 35px;
  padding-left: 25px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.3s ease;
}
.mod-slideshow .slideDirect .linkTo span {
  font-size: 13px;
  color: #E3DCD5;
  display: block;
}
.mod-slideshow .slideDirect .linkTo.active,
.mod-slideshow .slideDirect .linkTo:hover {
  color: #000;
  text-decoration: none;
}
.mod-slideshow .slideDirect .linkTo.active span,
.mod-slideshow .slideDirect .linkTo:hover span {
  color: #8E735D;
}
.mod-slideshow .slideDirect .jumpTo {
  color: #8D8D8D;
  font-size: 18px;
  height: 120px;
  margin-left: 25px;
  padding-top: 35px;
  padding-left: 25px;
  cursor: pointer;
  display: inline-block;
}
.mod-slideshow .slideDirect .jumpTo span {
  font-size: 13px;
  color: #E3DCD5;
  display: block;
}
.mod-slideshow .slideDirect .jumpTo.active {
  color: #000;
}
.mod-slideshow .slideDirect .jumpTo.active span {
  color: #8E735D;
}
.mod-slideshow .slideTitle {
  left: 0;
  right: 0;
  bottom: 120px;
  position: absolute;
  z-index: 4;
  transition: all 0.3s ease;
}
.mod-slideshow .slideTitle h1,
.mod-slideshow .slideTitle h2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 45px;
  line-height: 45px;
  color: #ffffff;
  margin: 0;
}
.mod-slideshow .gradientBottom {
  background-image: url(/wp-content/themes/bm/css/../images/gradient-bottom.png);
  background-repeat: repeat-x;
  width: 100%;
  height: 200px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.mod-slideshow .slideCaption {
  color: #ffffff;
  font-size: 18px;
  position: absolute;
  left: 185px;
  top: 535px;
  z-index: 2;
}
@media (max-width: 1200px) {
  .mod-slideshow .slideTitle {
    bottom: 120px;
  }
  .mod-slideshow .slideTitle h1,
  .mod-slideshow .slideTitle h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .mod-slideshow .slideDirect {
    width: 50%;
    height: 120px;
  }
  .mod-slideshow .slideDirect .jumpTo,
  .mod-slideshow .slideDirect .linkTo {
    color: #8D8D8D;
    font-size: 16px;
    margin-left: 15px;
    padding-top: 35px;
    padding-left: 15px;
  }
  .mod-slideshow .slideDirect .jumpTo:first-child,
  .mod-slideshow .slideDirect .linkTo:first-child {
    margin-left: 25px;
    padding-left: 25px;
  }
}
@media (max-width: 991px) {
  .mod-slideshow {
    margin-top: 80px;
  }
  .mod-slideshow .owl-carousel {
    padding-right: 80px;
  }
  .mod-slideshow .heroShadow {
    left: 0;
    right: 80px;
    bottom: 0;
    height: 250px;
    background-position: left top;
  }
  .mod-slideshow .customDots {
    left: 50%;
    bottom: 150px;
  }
  .mod-slideshow .customNav {
    left: 50%;
    bottom: 150px;
  }
  .mod-slideshow .slideTitle {
    bottom: 120px;
  }
  .mod-slideshow .slideTitle h1,
  .mod-slideshow .slideTitle h2 {
    font-size: 50px;
    line-height: 50px;
  }
  .mod-slideshow .slideDirect {
    width: 50%;
    height: 80px;
  }
  .mod-slideshow .slideDirect .jumpTo,
  .mod-slideshow .slideDirect .linkTo {
    color: #8D8D8D;
    font-size: 15px;
    margin-left: 10px;
    padding-top: 15px;
    padding-left: 10px;
  }
  .mod-slideshow .slideDirect .jumpTo:first-child,
  .mod-slideshow .slideDirect .linkTo:first-child {
    margin-left: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .mod-slideshow .heroShadow {
    left: 0;
    right: 50px;
    bottom: 0;
    height: 250px;
    background-position: left top;
  }
  .mod-slideshow .owl-carousel {
    padding-right: 50px;
  }
  .mod-slideshow .customDots {
    left: auto;
    right: 130px;
    bottom: 45px;
  }
  .mod-slideshow .customDots .owl-dot {
    margin-left: 10px;
    border: solid 2px #ffffff;
    width: 14px;
    height: 14px;
    display: block;
    -webkit-border-radius: 30px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 30px;
    -moz-background-clip: padding;
    border-radius: 30px;
    background-clip: padding-box;
    float: left;
    transition: all 0.5s ease;
  }
  .mod-slideshow .customDots .owl-dot.active {
    border-color: #8E735D;
    -webkit-border-radius: 0px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0px;
    -moz-background-clip: padding;
    border-radius: 0px;
    background-clip: padding-box;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .mod-slideshow .customDots .owl-dot:hover {
    -webkit-border-radius: 0px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0px;
    -moz-background-clip: padding;
    border-radius: 0px;
    background-clip: padding-box;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .mod-slideshow .customNav {
    left: auto;
    right: 45px;
    bottom: 40px;
  }
  .mod-slideshow .slideTitle {
    left: 15px;
    bottom: 100px;
  }
  .mod-slideshow .slideTitle h1,
  .mod-slideshow .slideTitle h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .mod-slideshow .slideDirect {
    width: 100%;
    right: auto;
    left: 55px;
    height: 50px;
  }
  .mod-slideshow .slideDirect .jumpTo,
  .mod-slideshow .slideDirect .linkTo {
    color: #8D8D8D;
    font-size: 15px;
    margin-left: 10px;
    padding-top: 15px;
    padding-left: 10px;
  }
  .mod-slideshow .slideDirect .jumpTo:first-child,
  .mod-slideshow .slideDirect .linkTo:first-child {
    margin-left: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 480px) {
  .mod-slideshow .slideDirect {
    left: 0;
  }
  .mod-slideshow .heroShadow {
    left: 0;
    right: 0;
    bottom: 0;
  }
  .mod-slideshow .owl-carousel {
    padding-right: 0;
  }
}
@media (max-width: 400px) {
  .mod-slideshow .slideDirect {
    left: 0;
  }
  .mod-slideshow .slideTitle {
    left: 15px;
    bottom: 80px;
  }
  .mod-slideshow .slideTitle h1,
  .mod-slideshow .slideTitle h2 {
    font-size: 32px;
    line-height: 32px;
  }
  .mod-slideshow .owl-carousel {
    padding-right: 0;
  }
}
.mod-slideshow-ref {
  position: relative;
  margin-top: 120px;
  height: 100%;
}
.mod-slideshow-ref.setHeroHeight {
  height: 2000px;
}
.mod-slideshow-ref .owl-carousel {
  padding-left: 120px;
  padding-right: 120px;
}
.mod-slideshow-ref .fullscreenSlideshow {
  position: absolute;
  bottom: 120px;
  right: 120px;
  z-index: 10;
}
.mod-slideshow-ref .fullscreenSlideshow a {
  width: 60px;
  height: 120px;
  line-height: 120px;
  background-color: #000;
  text-align: center;
  display: none;
  transition: all 0.3s ease;
}
.mod-slideshow-ref .fullscreenSlideshow a i {
  font-size: 40px;
  color: #ffffff;
  margin-top: 40px;
}
.mod-slideshow-ref .fullscreenSlideshow a i:before {
  margin-right: 0.1em !important;
}
.mod-slideshow-ref .fullscreenSlideshow a:first-child {
  display: block;
}
.mod-slideshow-ref .fullscreenSlideshow:hover a {
  width: 120px;
}
.mod-slideshow-ref.noHeroWrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.mod-slideshow-ref.noHeroWrap .noHero {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b7c2ce+0,d0dae2+30,eaf3f7+100 */
  background: #b7c2ce;
  /* Old browsers */
  background: -moz-linear-gradient(top, #b7c2ce 0%, #d0dae2 30%, #eaf3f7 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #b7c2ce 0%, #d0dae2 30%, #eaf3f7 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #b7c2ce 0%, #d0dae2 30%, #eaf3f7 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b7c2ce', endColorstr='#eaf3f7', GradientType=0);
  /* IE6-9 */
}
.mod-slideshow-ref .customNav {
  right: 0;
  bottom: 0;
  position: absolute;
  padding: 0;
  z-index: 11;
}
.mod-slideshow-ref .customNav i {
  font-size: 30px;
}
.mod-slideshow-ref .customNav .owl-prev {
  display: none;
}
.mod-slideshow-ref .customNav .owl-next {
  width: 120px;
  height: 120px;
  line-height: 120px;
  cursor: pointer;
  text-align: center;
}
.mod-slideshow-ref.slideOut #slideDirect,
.mod-slideshow-ref.slideOut .customNav {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.mod-slideshow-ref .slideBox {
  background-color: #ffffff;
  width: 8000px;
  height: 300px;
  position: absolute;
  right: -10px;
  transition: all 0.3s ease;
  z-index: 10;
  bottom: 120px;
  -webkit-transform: rotate(6deg);
  -moz-transform: rotate(6deg);
  -o-transform: rotate(6deg);
  -ms-transform: rotate(6deg);
  transform: rotate(6deg);
}
.mod-slideshow-ref .slideBox.slideOut {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  bottom: -180px;
}
.mod-slideshow-ref .slideDirect {
  position: absolute;
  right: 175px;
  bottom: -48px;
  height: 120px;
  z-index: 10;
  text-align: right;
}
.mod-slideshow-ref .slideDirect .jumpTo {
  width: 10px;
  height: 10px;
  margin-left: 30px;
  display: inline-block;
  border: solid 2px #c1c1c1;
  -webkit-border-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 10px;
  -moz-background-clip: padding;
  border-radius: 10px;
  background-clip: padding-box;
}
.mod-slideshow-ref .slideDirect .jumpTo.active {
  border: solid 2px #000;
}
.mod-slideshow-ref .slideTitle {
  left: 0;
  right: 0;
  bottom: 45px;
  position: absolute;
  z-index: 1;
  transition: all 0.3s ease;
}
.mod-slideshow-ref .slideTitle h1,
.mod-slideshow-ref .slideTitle h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 28px;
  color: #000;
  margin: 0;
}
.mod-slideshow-ref .slideTitle h2 {
  font-weight: 300;
}
.mod-slideshow-ref .gradientBottom {
  background-image: url(/wp-content/themes/bm/css/../images/gradient-bottom.png);
  background-repeat: repeat-x;
  width: 100%;
  height: 200px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.mod-slideshow-ref .slideCaption {
  color: #ffffff;
  font-size: 18px;
  position: absolute;
  left: 185px;
  top: 535px;
  z-index: 2;
}
@media (max-width: 991px) {
  .mod-slideshow-ref {
    margin-top: 80px;
    margin-bottom: 50px;
  }
  .mod-slideshow-ref .owl-carousel {
    padding-left: 80px;
    padding-right: 80px;
  }
  .mod-slideshow-ref .fullscreenSlideshow {
    bottom: 113px;
    right: 80px;
  }
  .mod-slideshow-ref .customDots {
    left: 50%;
    bottom: 150px;
  }
  .mod-slideshow-ref .customNav {
    right: 0;
    bottom: 34px;
    position: absolute;
    padding: 0;
    z-index: 11;
  }
  .mod-slideshow-ref .customNav i {
    font-size: 30px;
  }
  .mod-slideshow-ref .customNav .owl-prev {
    display: none;
  }
  .mod-slideshow-ref .customNav .owl-next {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
  .mod-slideshow-ref .slideTitle {
    left: 0;
    bottom: -47px;
    background-color: #ffffff;
    height: 160px;
    padding-top: 80px;
    z-index: 10;
  }
  .mod-slideshow-ref .slideTitle h1,
  .mod-slideshow-ref .slideTitle h2 {
    margin-top: 21px;
    margin-left: 0;
  }
  .mod-slideshow-ref .slideTitle h2 {
    font-weight: 300;
  }
  .mod-slideshow-ref .slideDirect {
    width: 80%;
    height: auto;
    left: 50px;
    right: auto;
    bottom: 70px;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .mod-slideshow-ref .owl-carousel {
    padding-left: 50px;
    padding-right: 50px;
  }
  .mod-slideshow-ref .fullscreenSlideshow {
    top: 0px;
    bottom: auto;
    right: 50px;
  }
  .mod-slideshow-ref .fullscreenSlideshow a {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  .mod-slideshow-ref .slideTitle h1 {
    margin-left: 10px;
  }
  .mod-slideshow-ref .customNav {
    right: 36px;
    bottom: 63px;
    position: absolute;
    padding: 0;
    z-index: 11;
  }
  .mod-slideshow-ref .customNav .owl-next {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .mod-slideshow-ref .slideDirect {
    left: 30px;
    bottom: 80px;
  }
  .mod-slideshow-ref .slideDirect .jumpTo {
    margin-left: 20px;
  }
}
@media (max-width: 480px) {
  .mod-slideshow-ref .slideDirect {
    left: 7px;
  }
  .mod-slideshow-ref .fullscreenSlideshow {
    bottom: 113px;
    right: 0;
  }
  .mod-slideshow-ref .owl-carousel {
    padding-left: 0;
    padding-right: 0;
  }
}
.page-id-122 .mod-contactUs {
  display: none;
}
.mod-contactUs {
  position: fixed;
  right: 30px;
  bottom: 50%;
  margin-bottom: -36px;
  padding: 10px;
  background-color: #8E735D;
  z-index: 50;
  -webkit-border-radius: 100px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100px;
  -moz-background-clip: padding;
  border-radius: 100px;
  background-clip: padding-box;
}
.mod-contactUs .contactUs {
  width: 50px;
  height: 50px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  cursor: pointer;
}
.mod-contactUs .contactUs a {
  color: #ffffff;
}
.mod-contactUs .contactUs a i {
  position: absolute;
  top: 3px;
  left: -1px;
  font-size: 36px;
}
.mod-contactUs .contactUs a span {
  display: none;
  position: absolute;
  top: 15px;
  left: 60px;
}
.mod-contactUs:hover {
  background-color: #2b359e;
}
.mod-contactUs:hover .contactUs {
  width: 140px;
}
.mod-contactUs:hover .contactUs a {
  color: #ffffff;
}
.mod-contactUs:hover .contactUs a span {
  display: block;
}
@media (max-width: 767px) {
  .mod-contactUs {
    right: 30px;
    bottom: 30px;
    margin-bottom: 0;
  }
  .mod-contactUs .contactUs {
    width: 36px;
    height: 36px;
  }
  .mod-contactUs .contactUs a i {
    position: absolute;
    top: 3px;
    left: -1px;
    font-size: 27px;
  }
  .mod-contactUs:hover {
    background-color: #8E735D;
  }
  .mod-contactUs:hover .contactUs {
    width: 36px;
  }
}
.wpcf7-mail-sent-ok {
  border: none !important;
  background-color: #89AE51 !important;
  color: #ffffff !important;
  -webkit-border-radius: 2px !important;
  -webkit-background-clip: padding-box !important;
  -moz-border-radius: 2px !important;
  -moz-background-clip: padding !important;
  border-radius: 2px !important;
  background-clip: padding-box !important;
}
form.sent button.btn {
  display: none !important;
}
.mod-form a {
  color: #000;
}
.mod-form .contactOptions {
  background-color: #D0DAE2;
  padding: 15px;
  margin-bottom: 8px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
.mod-form .contactOptions .wpcf7-list-item {
  margin: 0;
}
.mod-form .contactOptions .wpcf7-list-item label {
  display: block;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
}
.mod-form .contactInfo {
  color: #ffffff;
  background-color: #8E735D;
  padding: 15px;
  padding-left: 60px;
  margin-bottom: 8px;
  position: relative;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
.mod-form .contactInfo i {
  position: absolute;
  top: 12px;
  left: 12px;
  font-size: 26px;
}
.mod-form button {
  margin-top: 15px;
}
.mod-form .wpcf7-mail-sent-ok {
  border: none !important;
  background-color: #89AE51 !important;
  color: #ffffff !important;
  -webkit-border-radius: 2px !important;
  -webkit-background-clip: padding-box !important;
  -moz-border-radius: 2px !important;
  -moz-background-clip: padding !important;
  border-radius: 2px !important;
  background-clip: padding-box !important;
}
.mod-form .wpcf7-not-valid-tip {
  color: #ffffff;
  background-color: #EB2A2E;
  margin-top: -10px;
  margin-bottom: 20px;
  padding: 4px;
  padding-left: 8px;
  position: relative;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-bottomright: 3px;
  -moz-background-clip: padding;
  border-bottom-right-radius: 3px;
  background-clip: padding-box;
}
.mod-form .wpcf7-validation-errors {
  color: #ffffff;
  background-color: #EB2A2E;
  margin: 0;
  padding: 4px;
  padding-left: 8px;
  position: relative;
  border: none;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
.mod-form .wpcf7-mail-sent-ok {
  color: #ffffff;
  background-color: #89AE51;
  margin: 0;
  padding: 4px;
  padding-left: 8px;
  position: relative;
  border: none;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
.mod-form button,
.mod-form input,
.mod-form textarea {
  outline: none;
  box-shadow: none !important;
}
.mod-form .form-group input,
.mod-form .form-group textarea {
  line-height: normal;
  min-height: 44px;
  color: #000;
  font-size: 16px;
  margin-bottom: 8px;
  padding: 8px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #ffffff;
  border: solid 2px #000;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}
.mod-form .form-group textarea {
  padding-top: 15px;
  height: 140px;
}
.mod-form .form-group ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #000;
  font-family: 'Open Sans', sans-serif;
}
.mod-form .form-group :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #000;
  font-family: 'Open Sans', sans-serif;
}
.mod-form .form-group ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000;
  font-family: 'Open Sans', sans-serif;
}
.mod-form .form-group :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000;
  font-family: 'Open Sans', sans-serif;
}
.mod-form .form-group :placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #000;
  font-family: 'Open Sans', sans-serif;
}
@media (max-width: 767px) {
  .mod-form {
    margin-top: 50px !important;
  }
}
.mod-footer {
  color: #ffffff;
  background-color: #000;
  font-family: 'Open Sans', sans-serif;
  padding-top: 40px;
  padding-bottom: 160px;
  margin-top: 100px;
  overflow: hidden;
  font-size: 16px;
}
.mod-footer h6 {
  color: #ffffff;
  margin-bottom: 20px;
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
}
.mod-footer a {
  color: #ffffff;
}
.mod-footer a:hover {
  color: #ffffff;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  text-decoration: none;
}
.mod-footer .btn.btn-white {
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
.mod-footer .footerLogo {
  margin-top: 50px;
  padding: 60px;
  text-align: center;
}
.mod-footer .footerLogo img {
  width: 240px;
  height: auto;
}
.mod-footer .footerMenu li ul.sub-menu {
  margin-left: -20px;
  margin-top: 5px;
  margin-bottom: -5px;
}
.mod-footer .footerMenu li ul.sub-menu li {
  padding-bottom: 5px;
}
.mod-footer .footerSocial {
  font-size: 18px;
  margin-top: 100px;
  display: inline-block;
}
.mod-footer .footerSocial span {
  font-family: 'Open Sans', sans-serif;
}
.mod-footer .footerSocial .footerSocialIcon {
  text-align: center;
  margin-bottom: 20px;
}
.mod-footer .footerSocial .footerSocialIcon img {
  width: 70px;
  height: auto;
}
.mod-footer ul {
  padding: 0;
  list-style: none;
}
.mod-footer ul li {
  position: relative;
  padding-left: 20px;
  padding-bottom: 5px;
}
.mod-footer ul li i {
  position: absolute;
  top: 0;
  left: -5px;
  margin-left: 0;
}
@media (max-width: 991px) {
  .mod-footer h6 {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .mod-footer .col-md-3,
  .mod-footer .col-md-4,
  .mod-footer .col-md-5,
  .mod-footer .col-md-6 {
    margin-bottom: 40px;
    padding-left: 25px;
  }
}
.recent-facebook-posts .rfbp-post {
  position: relative;
  padding-bottom: 30px;
}
.recent-facebook-posts .rfbp-post h4 {
  display: none;
}
.recent-facebook-posts .rfbp-post .rfbp-post-link-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  overflow: hidden;
}
.recent-facebook-posts .rfbp-post .rfbp-post-link-wrap a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  padding-left: 1000px;
}
.recent-facebook-posts .rfbp-post .rfbp-image-wrap {
  display: none;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
}
.recent-facebook-posts .rfbp-post .rfbp-image-wrap a.rfbp-image-link {
  display: block;
  width: 60px;
  height: 60px;
  -webkit-border-radius: 100px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100px;
  -moz-background-clip: padding;
  border-radius: 100px;
  background-clip: padding-box;
}
.recent-facebook-posts .rfbp-post:hover {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
/*# sourceMappingURL=main.css.map */

