.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: #9c999c;
}
h2 {
  color: #363235;
  text-transform: uppercase;
  font-size: 52px;
  line-height: 50px;
  font-weight: normal;
  font-family: 'Tinos', serif;
  margin-bottom: 37px;
  letter-spacing: 5px;
}
h3 {
  color: #9c999c;
  text-transform: uppercase;
  font-size: 52px;
  line-height: 50px;
  font-weight: normal;
  font-family: 'Tinos', serif;
  margin-bottom: 46px;
  letter-spacing: 6px;
}
h4 {
  color: #363235;
  font-size: 17px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 300;
}
h5 {
  font-size: 32px;
  text-transform: uppercase;
  font-weight: normal;
  font-family: 'Tinos', serif;
  line-height: 40px;
  margin-bottom: 0px;
}
h6 {
  color: #363235;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 22px;
  font-family: 'Tinos', serif;
  line-height: 28px;
  letter-spacing: 1px;
  margin-bottom: 48px;
}
.alert-heading {
  color: inherit;
}
p {
  margin: 0;
  padding-bottom: 24px;
}
.icons-marker {
  font-size: 15.6px;
  line-height: 24px;
}
/*Buttons*/
.btn {
  padding: 4px 14px;
  font-size: 13px;
  line-height: 24px;
  background: #ffffff;
  color: #928e92;
  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: #9c999c;
  border: 1px solid #dcdcdd !important;
  font-size: 17px;
  background: none !important;
  text-transform: uppercase;
  height: 50px;
  padding: 0 26px;
  line-height: 48px;
  outline: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  font-family: 'Tinos', serif;
}
.btn-primary:hover,
.btn-small:hover {
  border: 1px solid #363235 !important;
  color: #000000;
}
.btn-primary.submitButton,
.btn-small.submitButton {
  float: right;
}
.btn-primary.disabled,
.btn-small.disabled {
  border: 1px solid #363235 !important;
  color: #000000;
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-primary:focus,
.btn-small:focus,
.btn-primary:active,
.btn-small:active {
  color: #9c999c;
}
.btn-primary:focus:hover,
.btn-small:focus:hover,
.btn-primary:active:hover,
.btn-small:active:hover {
  border: 1px solid #363235 !important;
  color: #000000;
}
.btn-info {
  color: #9c999c;
  border: 1px solid #dcdcdd !important;
  font-size: 17px;
  background: none !important;
  text-transform: uppercase;
  height: 50px;
  padding: 0 26px;
  line-height: 48px;
  outline: none !important;
  font-family: 'Tinos', serif;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.btn-info:hover {
  border: 1px solid #363235 !important;
  color: #000000;
}
.btn-info:focus,
.btn-info:active {
  color: #9c999c;
}
.btn-info:focus:hover,
.btn-info:active:hover {
  border: 1px solid #363235 !important;
  color: #000000;
}
.btn-info.active {
  border: 1px solid #363235 !important;
  color: #000000;
}
.btn-group .btn-info {
  margin: 0 5px 5px 0;
}
#searchForm .btn.btn-primary {
  height: 28px;
  line-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: 20px 0 30px;
}
.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;
  margin: 0 4px 4px;
}
.pagination ul li.pagination-start,
.pagination ul li.pagination-end {
  display: none;
}
.pagination ul li .pagenav,
.pagination ul li .hasTooltip {
  line-height: 30px;
  height: 32px;
  text-transform: none;
  color: #ffffff;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  border: 1px solid #ddddde;
  padding: 0 12px;
  box-shadow: none;
}
.pagination ul li span.pagenav,
.pagination ul li .span.hasTooltip {
  color: #ffffff;
  background: #363235;
  border: 1px solid #363235;
}
.pagination ul li a.pagenav,
.pagination ul li a.hasTooltip {
  color: #928e92;
}
.pagination ul li a.pagenav:hover,
.pagination ul li a.hasTooltip:hover {
  background: #363235;
  color: #ffffff;
  border: 1px solid #363235;
}
/*Forms*/
input[type='radio'],
input[type='checkbox'] {
  margin: -2px 0 0;
}
/* Images */
.item_img,
.category_img {
  margin: 0 0 24px;
  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: #363235;
}
.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 29px 9px 0;
  max-width: 50%;
}
.img-intro__right,
.img-full__right {
  float: right;
  margin: 0 0 9px 29px;
  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;
}
body {
  font-weight: 300;
}
/*======================= TOP =======================*/
/*======================= HEADER =======================*/
#header-row {
  padding: 35px 0 37px;
}
#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: #fff;
  border-top: 1px solid #dcdcdd;
  border-bottom: 1px solid #dcdcdd;
}
.navigation ul.sf-menu {
  display: table;
  table-layout: fixed;
  width: 100%;
  /*SubMenu Styles*/
}
.navigation ul.sf-menu:after {
  display: none;
}
.navigation ul.sf-menu > li {
  padding: 0;
  display: table-cell;
  float: none;
}
.navigation ul.sf-menu > li.active > .sfHolder > a,
.navigation ul.sf-menu > li.sfHover > .sfHolder > a,
.navigation ul.sf-menu > li.current > .sfHolder > a,
.navigation ul.sf-menu > li.active > .sfHolder > span,
.navigation ul.sf-menu > li.sfHover > .sfHolder > span,
.navigation ul.sf-menu > li.current > .sfHolder > span {
  background: #f9f9f9;
  color: #363235;
}
.navigation ul.sf-menu > li + li > .sfHolder {
  border-left: 1px solid #dcdcdd;
}
.navigation ul.sf-menu > li > .sfHolder {
  position: relative;
  display: block;
}
.navigation ul.sf-menu > li > .sfHolder > a,
.navigation ul.sf-menu > li > .sfHolder > span {
  font-size: 13px;
  line-height: 94px;
  font-family: 'Tinos', serif;
  color: #9c999c;
  display: block;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  -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 > .sfHolder > a:hover,
.navigation ul.sf-menu > li > .sfHolder > span:hover {
  background: #f9f9f9;
  color: #363235;
}
.navigation ul.sf-menu li > .sfHolder > ul {
  top: 95px;
  /*Define 1st SubMenu position*/
}
.navigation ul.sf-menu ul {
  width: 100%;
  /*Define menu width*/
}
.navigation ul.sf-menu li li > .sfHolder ul {
  /*Define SubMenu position*/
  top: -32px;
  left: 100%;
  margin-left: 1px;
}
.navigation ul.sf-menu li li li > .sfHolder ul {
  /*Define 2nd+ SubMenu position*/
  top: -32px;
  left: 100%;
  margin-left: 1px;
}
.navigation ul.sf-menu ul {
  background: #ffffff;
  padding: 32px 0 35px;
}
.navigation ul.sf-menu ul li.open > .sub-menu {
  display: block !important;
}
.navigation ul.sf-menu ul li > .sfHolder a,
.navigation ul.sf-menu ul li > .sfHolder span {
  font-size: 13px;
  line-height: 24px;
  font-family: 'Tinos', serif;
  color: #9c999c;
  display: block;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  padding: 8px 5px;
  -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 > .sfHolder a:hover,
.navigation ul.sf-menu ul li > .sfHolder span:hover {
  color: #363235;
}
.navigation ul.sf-menu ul li.active > .sfHolder > a,
.navigation ul.sf-menu ul li.sfHover > .sfHolder > a,
.navigation ul.sf-menu ul li.active > .sfHolder > span,
.navigation ul.sf-menu ul li.sfHover > .sfHolder > span {
  color: #363235;
}
.navigation ul.sf-menu ul li.firstItem {
  border: none;
}
.navigation ul.sf-menu.sf-vertical {
  width: 155px;
}
.navigation ul.sf-menu.sf-vertical li {
  width: 155px;
  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: 157px;
}
.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: 94px;
  padding-bottom: 94px;
  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: 96px;
  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: 155px;
  top: 94px;
}
.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 {
  border-bottom: 1px solid #dcdcdd;
  padding: 58px 0 35px;
}
.standards .moduleTitle {
  margin-bottom: 40px;
}
.standards .moduleTitle .item_title_part3 {
  display: block;
  color: #363235;
  font-size: 102px;
  line-height: 96px;
}
/*======================= MAINTOP =======================*/
#maintop-row {
  padding: 50px 0 0px;
}
.gallery.moduletable {
  margin-bottom: 49px;
}
.gallery.moduletable .row-fluid {
  margin-left: -1px;
}
.gallery.moduletable .row-fluid .item {
  padding-left: 1px;
  margin-bottom: 1px;
  overflow: hidden;
}
.gallery.moduletable .row-fluid .item .item_img {
  margin-bottom: 0px;
}
.gallery.moduletable .block_link {
  position: relative;
  display: block;
  text-align: center;
}
.gallery.moduletable .block_link:hover .item_content {
  opacity: 1;
  filter: alpha(opacity=100);
}
.gallery.moduletable .item_content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 0 5px;
  height: 100%;
  background: #eeca6c;
  font-size: 0;
  line-height: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #fff;
}
.gallery.moduletable .item_content:before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  content: '';
  width: 0;
  overflow: hidden;
}
.gallery.moduletable .item_content .item_introtext {
  display: inline-block;
  width: 99%;
  vertical-align: middle;
  font-size: 13px;
  line-height: 24px;
}
.gallery.moduletable .item_img {
  margin: 0;
}
.gallery_bottom h4 {
  text-transform: none;
}
.gallery_bottom .item {
  margin-bottom: 0;
}
.gallery_bottom .item p {
  padding-bottom: 0;
}
/*======================= CONTENT TOP =======================*/
/*======================= CONTENT =======================*/
#content-row {
  padding: 70px 0 0;
}
#component {
  min-height: 0;
}
.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 10px;
  font-size: 11px;
  text-transform: uppercase;
}
.item_info_dl dd {
  margin: 0;
  display: inline-block;
}
.item_info_dl dd > * {
  display: inline;
}
.item_info_dl dd .item_createdby {
  background: url(../images/author.png) 0 50% no-repeat;
  padding: 0 14px 0 15px;
}
.item_info_dl dd .item_hits {
  background: url(../images/hits.png) 0 50% no-repeat;
  padding: 0 15px;
}
.item_info_dl dd .kmt-readon {
  background: url(../images/comments.png) 0 50% no-repeat;
  padding: 0 0 0 18px;
}
.item_info_dl dd a {
  color: #928e92;
}
.item_info_dl dd a:hover {
  color: #363235;
}
.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;
}
.gallery-grid .view .item_title {
  margin-bottom: 0;
}
.gallery-grid .view p {
  padding-bottom: 0;
}
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: 13px;
  line-height: 24px;
  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 24px 24px 0 !important;
}
ul.gallery .gallery-grid .view a.hover_more {
  background: none !important;
  line-height: inherit !important;
  border: none !important;
  height: auto!important;
  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;
  color: #363235;
  font-style: italic;
}
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;
}
.black {
  color: #363235;
}
/*===== Team Page ======*/
.page-category__team .item_introtext {
  overflow: hidden;
}
/*===== Blog Page ======*/
.tags {
  clear: both;
  background: url(../images/tags.png) 0 50% no-repeat;
  padding: 0 0 0 17px;
}
.tags span + span:before {
  content: ', ';
  color: #363235;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 11px;
}
.tags a.label {
  background: none;
  padding: 0;
  color: #363235;
  text-shadow: none;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 11px;
}
.tags a.label:hover {
  color: #928e92;
}
.page-blog .item_published,
.page-item__blog .item_published,
.tag-category .item_published {
  display: block;
  background: #363235;
  line-height: 45px;
  color: #9c999c;
  font-size: 17px;
  padding: 0 28px;
  text-transform: uppercase;
  font-family: 'Tinos', serif;
  letter-spacing: 2px;
}
.page-blog .item_img,
.page-item__blog .item_img,
.tag-category .item_img {
  margin-bottom: 0;
}
.page-blog .item_content,
.page-item__blog .item_content,
.tag-category .item_content {
  background: #f9f9f9;
  border: 1px solid #ddddde;
  border-top: none;
  padding: 29px 25px 15px 26px;
}
.page-blog .item,
.page-item__blog .item,
.tag-category .item {
  margin-bottom: 28px;
}
.page-item__blog .item_img {
  margin-bottom: 30px;
}
.page-item__blog .item_img img {
  width: 100%;
}
.addthis_toolbox {
  padding-top: 13px;
}
/*======================= 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;
}
.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;
}
.tagspopular ul {
  margin: 0;
}
.tagspopular ul li {
  list-style: none;
  display: inline-block;
  padding: 0 15px 12px 0;
}
/*======================= MAINBOTTOM =======================*/
#mainbottom-row {
  background: #f9f9f9;
  border-top: 1px solid #dcdcdd;
  border-bottom: 1px solid #dcdcdd;
  padding: 63px 0 48px;
}
/*======================= BOTTOM =======================*/
#bottom-row {
  padding: 49px 0 0px;
}
.why_us h4 {
  text-transform: none;
}
.why_us .item_img {
  margin-bottom: 45px;
}
.team h4 {
  text-transform: none;
  font-size: 20px;
}
/*======================= FOOTER =======================*/
#copyright-row {
  padding: 49px 0 0;
}
#copyright-row a {
  color: inherit;
}
#copyright-row a:hover {
  color: #363235;
}
#copyright-row .moduletable {
  float: right;
}
#copyright-row .mod-menu .nav.menu li,
#copyright-row .archive-module li {
  padding: 0 0 10px;
}
#copyright-row .moduleTitle {
  margin-top: 16px;
}
#copyright {
  letter-spacing: 1px;
  color: #9c999c;
  text-transform: uppercase;
  font-size: 10px;
  margin-bottom: 21px;
  font-family: 'Tinos', serif;
}
#copyright .year:after {
  content: '•';
  padding: 0 4px 0 8px;
}
#copyright .footer_logo {
  display: inline-block;
  margin: 0 0 6px;
}
.mod-custom__map img {
  max-width: 100% !important;
}
/*===== Social Media ======*/
.social {
  margin: 14px 0 0;
}
.social li {
  margin: 0 0 0 7px;
}
.social li a {
  width: 43px;
  height: 43px;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  border: 2px solid #9c999c;
  text-align: center;
  color: #9c999c;
  -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: 17px;
  line-height: 43px;
  overflow: hidden;
}
.social li a:hover {
  background: #9c999c;
  color: #fff;
}
