.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: 32px;
  -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: #53b7e8;
}
h2,
h3 {
  color: #53b7e8;
  font-size: 35px;
  line-height: 5px;
  text-transform: uppercase;
  margin-bottom: 30px;
  padding-bottom: 33px;
  position: relative;
  font-family: 'Inter', sans-serif;
}
h2:after,
h3:after {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 348px;
  border-bottom: 1px solid #53b7e8;
  content: "";
  display: block;
  width: 100%;
}
h4 {
  font-size: 22px;
  font-weight: normal;
  line-height: 26px;
  margin-bottom: 20px;
}
h4.item_title__center {
  text-align: center;
}
h5 {
  font-size: 22px;
  line-height: 28px;
}
.text {
  font-size: 22px;
  line-height: 26px;
}
.alert-heading {
  color: inherit;
}
p {
  margin: 0;
  padding-bottom: 0px;
  margin-top: 0px
}
.icons-marker {
  font-size: 16.8px;
  line-height: 20px;
}
/*Buttons*/
.btn {
  padding: 4px 14px;
  font-size: 14px;
  line-height: 20px;
  background: #ffffff;
  color: #565659;
  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 {
  font-size: 17px;
  font-weight: bold;
  background: #ffffff;
  color: #53b7e8;
  border: 1px solid #516f78;
  padding: 13px 15px;
}
.btn-primary span:after,
.btn-small span:after {
  font-family: FontAwesome;
  font-size: 23px;
  content: "\f138";
  color: #53b7e8;
  margin-left: 10px;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn-primary:hover,
.btn-small:hover,
.btn-primary:focus,
.btn-small:focus,
.btn-primary:active,
.btn-small:active {
  background: #53b7e8;
  color: #ffffff;
  outline: none;
}
.btn-primary:hover span:after,
.btn-small:hover span:after,
.btn-primary:focus span:after,
.btn-small:focus span:after,
.btn-primary:active span:after,
.btn-small:active span:after {
  color: #ffffff;
}
.btn-primary.submitButton,
.btn-small.submitButton {
  float: right;
}
.btn-primary.disabled,
.btn-small.disabled {
  background: #ffffff;
  color: #53b7e8;
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-info {
  font-size: 20px;
  font-weight: bold;
  background: #ffffff;
  color: #53b7e8;
  border: 1px solid #516f78;
  padding: 13px 15px;
}
.btn-info span:after {
  font-family: FontAwesome;
  font-size: 23px;
  content: "\f138";
  color: #53b7e8;
  margin-left: 10px;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active {
  background: #53b7e8;
  color: #ffffff;
  outline: none;
}
.btn-info:hover span:after,
.btn-info:focus span:after,
.btn-info:active span:after {
  color: #ffffff;
}
#searchForm input#search-searchword {
  height: 32px;
}
#searchForm .btn.btn-primary {
  height: 32px;
  line-height: 32px;
  padding: 0 12px;
}
/*Pagination*/
.pagination {
  height: auto;
  margin: 0;
  padding: 0 0 50px;
}
.pagination ul {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin: 0 auto;
  width: 100%;
}
.pagination ul li {
  display: inline-block;
  margin-right: 10px;
}
.pagination ul li .pagenav,
.pagination ul li .hasTooltip {
  background: #e2e6e9;
  color: #313234;
  text-transform: none;
  font-family: 'Asap', sans-serif;
  font-size: 18px;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  border: none;
  box-shadow: none;
  padding: 8px 12px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.pagination ul li span.pagenav,
.pagination ul li .span.hasTooltip {
  background: #53b7e8;
  color: #ffffff;
}
.pagination ul li a.pagenav,
.pagination ul li a.hasTooltip {
  background: #e2e6e9;
  color: #313234;
}
.pagination ul li a.pagenav:hover,
.pagination ul li a.hasTooltip:hover {
  background: #53b7e8;
  color: #ffffff;
}
.pagination ul li.num span.pagenav,
.pagination ul li.num span.hasTooltip {
  background: #53b7e8;
  color: #ffffff;
}
/*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: #53b7e8;
}
.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 25px 10px 0;
  max-width: 50%;
}
.img-intro__right,
.img-full__right {
  float: right;
  margin: 0 0 10px 36px;
  max-width: 50%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
#system-message > div {
  margin: 20px 0;
}
/*======================= TOP =======================*/
.headerInner {
  position: relative;
}
.headerInner:after {
  content: "";
  display: block;
  background: url(../images/template/headerInner.png) 0 0 repeat-x;
  height: 11px;
  position: absolute;
  bottom: -11px;
  left: 0;
  width: 100%;
}
#top-row {
  padding-top: 21px;
}
/*======================= HEADER =======================*/
#logo {
  padding-bottom: 22px;
  padding-top: 4px;
}
#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 {
  background: url(../images/template/navigationBg.jpg) center 0 no-repeat;
  padding-bottom: 40px;
  background-size: cover !important;
}
.navigation {
  padding-top: 8px;
  padding-bottom: 20px;
}
.navigation ul.sf-menu {
  /*SubMenu Styles*/
}
.navigation ul.sf-menu > li {
  padding: 0;
  margin: 0 1px 0 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 {
  background: #53b7e8;
  color: #ffffff;
}
.navigation ul.sf-menu > li > a,
.navigation ul.sf-menu > li > span {
  font-size: 15px;
  line-height: 31px;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  color: #4d4d4d;
  background: none;
  display: block;
  padding: 0 15px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-transform: none;
}
.navigation ul.sf-menu > li > a:hover,
.navigation ul.sf-menu > li > span:hover {
  background: #53b7e8;
  color: #ffffff;
}
.navigation ul.sf-menu > li > ul {
  top: 52px;
  /*Define 1st SubMenu position*/
  left: 50%;
  margin-left: -85px !important;
  background: #53b7e8;
}
.navigation ul.sf-menu > li > ul > li > a,
.navigation ul.sf-menu > li > ul > li > span {
  color: #ffffff;
}
.navigation ul.sf-menu > li > ul > li > a:hover,
.navigation ul.sf-menu > li > ul > li > span:hover {
  color: #000000;
}
.navigation ul.sf-menu > li > ul > li.active > a,
.navigation ul.sf-menu > li > ul > li.sfHover > a,
.navigation ul.sf-menu > li > ul > li.active > span,
.navigation ul.sf-menu > li > ul > li.sfHover > span {
  color: #000000;
}
.navigation ul.sf-menu ul {
  width: 290px;
  /*Define menu width*/
}
.navigation ul.sf-menu li li ul {
  /*Define SubMenu position*/
  top: -12px;
  left: 172px;
}
.navigation ul.sf-menu li li li ul {
  /*Define 2nd+ SubMenu position*/
  top: -12px;
  left: 172px;
}
.navigation ul.sf-menu ul {
  background: #ffffff;
  padding: 12px 0;
}
.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: 14px;
  line-height: 20px;
  font-family: 'Lato', sans-serif;
  color: #4d4d4d;
  background: none;
  display: block;
  padding: 7px 10px 8px;
  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;
  text-align: center;
}
.navigation ul.sf-menu ul li a:hover,
.navigation ul.sf-menu ul li span:hover {
  background: none;
  color: #53b7e8;
}
.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 {
  background: none;
  color: #53b7e8;
}
.navigation ul.sf-menu.sf-vertical {
  width: 170px;
}
.navigation ul.sf-menu.sf-vertical li {
  width: 170px;
  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: 172px;
}
.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: 31px;
  padding-bottom: 31px;
  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: 33px;
  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: 170px;
  top: 31px;
}
.search-block {
  padding: 0 0 18px;
}
.search-block .mod-search__search-block {
  display: block;
  text-align: right;
}
.search-block .mod-search__search-block form {
  border: 1px solid #d8d8d8;
  background: #f2f2f2;
  display: inline-block;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  max-width: 316px;
}
.search-block .mod-search__search-block form input {
  max-width: 100%;
}
.search-block .mod-search__search-block form #searchword {
  margin: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: none;
  border: none;
  font-size: 16px;
  color: #6f6f6f;
  height: 40px;
  padding: 10px 58px 10px 19px;
  width: 100%;
  line-height: 20px;
}
.search-block .mod-search__search-block form input[type="image"] {
  position: absolute;
  top: 0px;
  right: 0px;
  margin: 0;
  padding: 10px 19px 11px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.search-block .mod-search__search-block form input[type="image"]:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.masonry .item {
  margin-left: 0 !important;
}
/*======================= SHOWCASE =======================*/
#showcase-row {
  background: #e2e6e9;
  padding-bottom: 50px;
  padding-top: 78px;
}
.mod-article-single.mod-article-single__date .item__module {
  margin-bottom: 17px;
}
.mod-article-single.mod-article-single__date .item__module .item-title {
  font: 67px/70px 'Asap', sans-serif;
  margin: 0;
  text-transform: uppercase;
}
.mod-article-single.mod-article-single__ctext .item__module {
  margin-bottom: 29px;
}
.mod-article-single.mod-article-single__ctext .item__module .item-title {
  font: 20px/29px 'Asap', sans-serif;
  margin: 0;
  text-transform: uppercase;
}
.mod-article-single.mod-article-single__pad .item__module,
.mod-article-single.map .item__module {
  margin-bottom: 0;
}
.mod-article-single.custom {
  font-size: 13px;
  line-height: 100px;
}
.mod-article-single.custom .item-title {
  font-size: 36px;
  line-height: 90px;
  margin-bottom: -50px;
  font-weight: bold;
  font-style: italic;
  color: #53b7e8;
  padding-top: 1%;
}
.mod-article-single.custom blockquote {
  padding-bottom: 280px;
}
.mod-article-single .item__module {
  margin-bottom: 40px;
  overflow: hidden;
}
.phone {
  background: #53b7e8;
  color: white;
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  padding: 12px 56px 12px 46px;
}
.phone .fa {
  font-size: 23px;
}
.mod-newsflash-adv .pretext {
  color: #000000;
  font-size: 20px;
  line-height: 24px;
  max-width: 730px;
  margin: 0 auto 37px;
  padding-bottom: 33px;
  text-align: center;
  position: relative;
}
.mod-newsflash-adv .pretext:after {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 348px;
  border-bottom: 1px solid #53b7e8;
  content: "";
  display: block;
  width: 100%;
  left: 50%;
  margin-left: -174px;
}
.mod-newsflash-adv.post {
  margin: 0 -2px;
}
.mod-newsflash-adv.post .item .item_content {
  margin: 0 -13px;
  text-align: left;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding: 12px 15px 16px;
}
.mod-newsflash-adv.post .item .item_content .readmore {
  background: #cacaca;
}
.mod-newsflash-adv.post .item .item_content .readmore:hover {
  background: white;
  color: #53b7e8;
}
.mod-newsflash-adv.post .item .item_content .readmore:hover span:after {
  color: #53b7e8;
}
.mod-newsflash-adv.post .item:hover .item_content {
  background: #ffb623;
  color: #565659;
}
.mod-newsflash-adv.post .item:hover .item_content span.icon {
  background: white;
  color: #ffb623;
}
.mod-newsflash-adv.drop span.dropcap {
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  font-size: 36px;
  line-height: 67px;
  font-weight: bold;
  background: #53b7e8;
  color: #ffffff;
  float: left;
  margin: 0 30px 0 0;
  width: 67px;
  text-align: center;
}
.mod-newsflash-adv.drop .item_content {
  overflow: hidden;
}
.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;
}
.mod-newsflash-adv_custom-link {
  padding-bottom: 60px;
}
/*======================= FEATURE =======================*/
#feature-row {
  padding-top: 78px;
}
/*======================= MAINTOP =======================*/
#maintop-row {
  border-bottom: 1px solid #e2e6e9;
  padding-bottom: 40px;
  padding-top: 78px;
}
/*======================= CONTENT TOP =======================*/
/*======================= CONTENT =======================*/
#content-row {
  padding-bottom: 40px;
  padding-top: 78px;
}
#component {
  min-height: 0;
}
.item {
  margin-bottom: 20px;
}
.item:after {
  content: '';
  display: block;
  clear: both;
}
.page-header {
  border: none;
  padding: 0;
  margin: 0;
}
.item_info_dl {
  margin: 0 0 38px;
}
.item_info_dl dd {
  color: #53b7e8;
  font-size: 22px;
  line-height: 24px;
  margin: 0;
  display: inline;
}
.item_info_dl dd > * {
  display: inline;
}
.item_info_dl dd a {
  color: #53b7e8;
}
.item_info_dl dd a:hover {
  color: #53b7e8;
}
.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;
}
/*===== Home Page ======*/
.post .item_introtext {
  padding-bottom: 14px;
}
.post .item_introtext span.icon {
  background: #53b7e8;
  color: white;
  display: block;
  margin-bottom: 17px;
  width: 67px;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
}
.post .item_introtext span.icon .fa {
  font-size: 37px;
  line-height: 67px;
  display: block;
  text-align: center;
}
.post .item_introtext h4.type {
  color: #313234;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
  text-transform: none;
}
.post .readmore {
  font-size: 20px;
  padding: 12px 15px 11px;
}
.nav-tabs {
  margin-bottom: 28px;
}
.nav-tabs > li > a {
  font-size: 16px;
  padding: 12px 32px 10px;
  text-align: center;
}
.nav-tabs > li > a:hover {
  color: #53b7e8;
}
/*===== Gallery Page ======*/
ul.gallery {
  margin: 0;
  text-align: justify;
  font-size: 0.1px;
  display: block;
  line-height: 0;
}
ul.gallery:after {
  content: '';
  display: inline-block;
  width: 100%;
}
ul.gallery .gallery-item {
  list-style: none;
  opacity: 0;
  filter: alpha(opacity=0);
  display: none;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
}
ul.gallery .gallery-item .view .content * {
  color: inherit;
}
ul.gallery .gap {
  list-style: none;
}
ul.gallery .gallery-grid .item_img {
  margin-right: 0;
  float: none;
  max-width: 100%;
}
ul.gallery .gallery-grid .item_img img {
  opacity: 0.99;
  filter: alpha(opacity=99);
}
ul.gallery .gallery-grid.straightDown {
  float: none;
}
ul.gallery .gallery-grid.straightDown .item_img {
  float: left;
  margin: 0 20px 20px 0 !important;
}
ul.gallery .gallery-grid .view a.hover_more {
  background: none !important;
  line-height: inherit;
  border: none;
  color: inherit;
}
ul.gallery .gallery-grid .view a.hover_more span {
  display: none;
}
ul.gallery .gallery-grid .view a.hover_more:hover {
  color: #999;
}
ul.gallery .gallery-grid .view a {
  color: inherit;
}
ul.gallery .gallery-grid .view a:hover {
  color: #999;
}
ul.gallery .gap {
  display: inline-block;
}
ul.gallery .gallery-list {
  margin: 0 0 15px;
}
ul.gallery .gallery-list .view a.hover_more i {
  display: none;
}
ul.gallery .gallery-list .galleryZoom {
  display: none;
}
ul.gallery .item_more a {
  vertical-align: top;
}
ul.gallery.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-item__blog .item,
.page-archive .item,
.page-blog .item {
  border-bottom: 1px solid #e2e6e9;
  margin-bottom: 86px;
  padding-bottom: 76px;
}
.page-item__blog .item_title,
.page-archive .item_title,
.page-blog .item_title {
  margin-bottom: 3px;
}
.page-item__blog .item_published,
.page-archive .item_published,
.page-blog .item_published {
  font: 18px/24px 'Asap', sans-serif;
  background: #00c8c8;
  color: #ffffff;
  text-shadow: none;
  float: left;
  margin: 0 36px 20px 0;
  padding-bottom: 8px;
  text-align: center;
  text-transform: uppercase;
  width: 60px;
}
.page-item__blog .item_published span,
.page-archive .item_published span,
.page-blog .item_published span {
  font-size: 30px;
  line-height: 30px;
  display: block;
  padding-top: 7px;
}
.page-item {
  padding-bottom: 40px;
}
.tags {
  clear: both;
}
.addthis_toolbox {
  padding-top: 14px;
}
/*======================= CONTENT BOTTOM =======================*/
/*======================= ASIDE RIGHT =======================*/
ul.pull-right {
  margin-bottom: 18px;
}
ul.pull-right li {
  overflow: hidden;
}
ul.pull-right li span.separator {
  display: none;
}
ul.pull-right li ul {
  border-right: 1px solid #c9c9c9;
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 0 26px 0 0;
}
ul.pull-right li ul li {
  float: left;
}
ul.pull-right li a {
  display: inline-block;
  color: #4d4d4d;
  font-size: 13px;
  letter-spacing: .7px;
  margin: 0 0 0 22px;
  padding: 15px 0 12px;
  /*padding: 12px 0 13px;*/
  text-transform: uppercase;
  font-weight: bold
}
ul.pull-right li a span {
  display: inline-block;
  padding: 15px 0 12px;
  padding: 0;
}
ul.pull-right li a:hover,
ul.pull-right li a:focus,
ul.pull-right li a:active {
  background: none;
  color: #53b7e8;
}
ul.pull-right li a.fa {
  font-size: 0;
  line-height: 0;
  margin: 10px 0px 0px 4px;
  padding: 0;
  position: relative;
  width: 23px;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  text-align: center;
}
ul.pull-right li a.fa span {
  padding: 0;
}
ul.pull-right li a.fa:before {
  font: 14px/23px FontAwesome;
  display: block;
  color: white;
  text-align: center;
}
ul.pull-right li a.fa:hover {
  background: #000000 !important;
}
ul.pull-right li a.fa.fa-facebook {
  background-color: #3a5a9f;
}
ul.pull-right li a.fa.fa-twitter {
  background-color: #45b0e3;
}
ul.pull-right li a.fa.fa-google-plus {
  background-color: #d61119;
}
ul.pull-right li a.fa.fa-linkedin {
  background-color: #1783bc;
}
ul.pull-right li a.fa.fa-envelope {
  background-color: #676767;
}
.moduletable.center .moduleTitle:after {
  left: 50%;
  margin-left: -174px;
}
.moduletable.center .moduleTitle.noborder {
  margin-bottom: 18px;
  padding-bottom: 0px;
}
.moduletable.center .moduleTitle.noborder:after {
  display: none;
}
ul.partners {
  display: table;
  width: 100%;
}
ul.partners li {
  display: table-cell;
}
ul.partners li a:hover,
ul.partners li a:focus,
ul.partners li a:active {
  background: none;
}
.item_list,
.archive-module,
.categories-module {
  margin: 0 0 40px;
}
.item_list li,
.archive-module li,
.categories-module li {
  background: url(../images/template/marker.png) 0 9px no-repeat;
  list-style: none;
  padding: 0 0 10px 13px;
}
.item_list li a,
.archive-module li a,
.categories-module li a {
  color: #565659;
}
.item_list li a:hover,
.archive-module li a:hover,
.categories-module li a:hover,
.item_list li a:focus,
.archive-module li a:focus,
.categories-module li a:focus,
.item_list li a:active,
.archive-module li a:active,
.categories-module li a:active {
  background: none;
  color: #53b7e8;
  text-shadow: none;
}
.tagspopular ul {
  margin: 0;
}
.tagspopular ul li {
  list-style: none;
  display: inline-block;
  padding: 0 15px 12px 0;
}
/*======================= MAINBOTTOM =======================*/
#mainbottom-row {
  border-bottom: 1px solid white;
  background: #00c8c8;
  color: #ffffff;
  text-shadow: none;
  padding-top: 28px;
}
/*======================= BOTTOM =======================*/
#bottom-row {
  margin-bottom: -2px;
  position: relative;
  z-index: 1;
}
/*======================= FOOTER =======================*/
#footer-row {
  padding-bottom: 40px;
}
#footer-row .row-container .container {
  border-top: 2px solid #565659;
  padding-top: 50px;
}
#footer-row .row-container .moduleTitle {
  color: #53b7e8;
  font-size: 16px;
  line-height: 23px;
  margin: 0 0 31px;
  padding: 0;
}
#footer-row .row-container .moduleTitle:after {
  display: none;
}
#copyright-row .container {
  border-top: 2px solid #565659;
  padding-top: 40px;
}
#copyright {
  margin-bottom: 40px;
  text-align: center;
}
#copyright .siteName {
  color: #000000;
}
ul.footer {
  margin: 0 0 40px;
}
ul.footer li {
  list-style: none;
  padding: 0 0 3px;
}
ul.footer li a {
  color: #565659;
  display: inline-block;
}
ul.footer li a:hover,
ul.footer li a:focus,
ul.footer li a:active {
  background: none;
  color: #53b7e8;
}
.touch {
  line-height: 23px;
  margin-bottom: 20px;
}
.touch span {
  display: inline-block;
  width: 75px;
}
.touch a {
  color: #565659;
}
.touch a:hover {
  color: #53b7e8;
}
.acymailing_module .acymailing_form {
  display: block;
  position: relative;
  border: 1px solid #565659 !important;
}
.acymailing_module table,
.acymailing_module tbody,
.acymailing_module tr,
.acymailing_module td {
  display: block;
  width: 100%;
}
.acymailing_module .acymailing_form,
.acymailing_module .acyfield_email,
.acymailing_module .acysubbuttons {
  display: block;
  margin: 0;
  padding: 0;
}
.acymailing_module .acymailing_form input,
.acymailing_module .acyfield_email input,
.acymailing_module .acysubbuttons input {
  font-size: 12px;
  /*line-height: 39px;*/
  height: 39px;
  margin: 0;
  border: none;
}
.acymailing_module .acymailing_form input.inputbox,
.acymailing_module .acyfield_email input.inputbox,
.acymailing_module .acysubbuttons input.inputbox {
  padding: 9px 90px 10px 14px;
  color: #565659;
}
.acymailing_module .acymailing_form input.subbutton,
.acymailing_module .acyfield_email input.subbutton,
.acymailing_module .acysubbuttons input.subbutton {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: #565659;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0 20px;
  height: 100%;
}
.acymailing_module .acymailing_form input.subbutton:hover,
.acymailing_module .acyfield_email input.subbutton:hover,
.acymailing_module .acysubbuttons input.subbutton:hover {
  background: #53b7e8;
}
/*===== Social Media ======*/
.social {
  margin: 0 0 60px;
  padding-top: 10px;
}
.social li {
  display: inline;
  list-style: none;
  margin: 0 15px 0 0;
}
.social li a {
  display: inline-block;
  -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;
  color: #53b7e8;
}
.social li a.fa {
  position: relative;
}
.social li a.fa:before {
  font: 31px/32px FontAwesome;
}
.social li a:hover {
  color: #53b7e8;
}
