.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: #287197;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #323744;
}
h1 {
  font: 65px/78px 'Satisfy', cursive;
  color: #323744;
  margin-bottom: -6px;
}
h3,
h3.fa {
  font: 900 italic 30px/40px 'Lato', sans-serif;
  margin-bottom: 17px;
}
h3:before,
h3.fa:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  margin-right: 8px;
}
h4 {
  color: #287197;
  font: bold 21px/24px 'Lato', sans-serif;
}
h5 {
  font-size: 16px;
  font-weight: normal;
  color: #323744;
  text-transform: uppercase;
}
h6 {
  color: #323744;
  font-size: 18px;
  line-height: 21px;
  font-weight: normal;
}
strong {
  color: #287197;
}
.alert-heading {
  color: inherit;
}
p {
  margin: 0;
  padding-bottom: 24px;
}
.icons-marker {
  font-size: 16.8px;
  line-height: 24px;
}
/*Buttons*/
.btn {
  padding: 4px 14px;
  font-size: 14px;
  line-height: 24px;
  background: #ffffff;
  color: #333333;
  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 {
  background: #287197;
  color: #ffffff;
  text-shadow: none;
  font: 300 15px/31px 'Lato', sans-serif;
  border: none;
  padding: 0 13px;
  text-transform: uppercase;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.btn-primary:before {
  content: "\f064";
  font: 14px/31px FontAwesome;
  margin-right: 4px;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background: #ff8c25;
  color: #ffffff;
  text-shadow: none;
  outline: none;
  box-shadow: none;
}
.btn-primary.submitButton {
  float: right;
}
.btn-primary.disabled {
  background: #287197;
  color: #ffffff;
  text-shadow: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-primary.disabled:before {
  content: "\f064";
  font: 14px/31px FontAwesome;
  margin-right: 4px;
}
.btn-info {
  background: #287197;
  color: #ffffff;
  text-shadow: none;
  font: 300 15px/31px 'Lato', sans-serif;
  border: none;
  padding: 0 13px;
  text-transform: uppercase;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.btn-info:before {
  float: left;
  content: "\f064";
  font: 14px/31px FontAwesome;
  margin-right: 8px;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active {
  background: #ff8c25;
  color: #ffffff;
  text-shadow: none;
  outline: none;
  box-shadow: none;
}
ul.links {
  margin: 0 0 5px;
  overflow: hidden;
  padding-top: 20px;
}
ul.links li {
  float: left;
  line-height: 31px;
  list-style: none;
}
ul.links li a {
  background: #287197;
  color: #ffffff;
  text-shadow: none;
  font: 300 15px/31px 'Lato', sans-serif;
  border: none;
  padding: 0 13px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
ul.links li a:before {
  float: left;
  font: 14px/31px FontAwesome;
  margin-right: 8px;
}
ul.links li a.fa-caret-right:before {
  font-size: 25px;
}
ul.links li a:hover,
ul.links li a:focus,
ul.links li a:active {
  background: #ff8c25;
  color: #ffffff;
  text-shadow: none;
  outline: none;
  box-shadow: none;
}
ul.links li.firstItem a {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
ul.links li.lastItem a {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
#searchForm .btn.btn-primary {
  height: 28px;
}
#searchForm .btn.btn-primary:before {
  content: "";
}
/*Lists*/
ul.item_list,
.categories-module,
.archive-module,
.item-list,
.unstyled {
  margin: 0 0 30px;
}
ul.item_list li,
.categories-module li,
.archive-module li,
.item-list li,
.unstyled li {
  font-size: 16px;
  font: 16px/24px 'Lato', sans-serif;
  list-style: none;
  color: #323744;
  text-transform: uppercase;
  padding-bottom: 12px;
}
ul.item_list li a,
.categories-module li a,
.archive-module li a,
.item-list li a,
.unstyled li a {
  color: #323744;
}
ul.item_list li a:hover,
.categories-module li a:hover,
.archive-module li a:hover,
.item-list li a:hover,
.unstyled li a:hover {
  color: #287197;
}
ul.list-type {
  margin: 0px;
}
ul.list-type li {
  list-style: none;
  overflow: hidden;
  padding-bottom: 6px;
  color: #287197;
}
ul.list-type li:before {
  content: "\f00c";
  float: left;
  font-family: 'FontAwesome';
  font-size: 18px;
  margin-right: 5px;
}
ul.list-type li h4 {
  font-size: 18px;
  margin: 0;
}
ul.categories-module h5 {
  font-size: 1em;
  line-height: inherit;
  font-weight: normal;
  margin: 0;
}
/*Pagination*/
.pagination {
  height: auto;
  margin: 0;
  padding: 0 0 50px;
}
.pagination ul {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin: 0 auto;
  width: 100%;
}
.pagination ul li {
  display: inline-block;
  padding-right: 5px;
}
.pagination ul li .pagenav,
.pagination ul li .hasTooltip {
  text-transform: none;
  box-shadow: none;
  background: #287197;
  color: #ffffff;
  text-shadow: none;
  font: 300 15px/28px 'Lato', sans-serif;
  border: none;
  padding: 2px 13px;
  text-transform: uppercase;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.pagination ul li span.pagenav,
.pagination ul li .span.hasTooltip {
  background: #ff8c25;
  color: #ffffff;
  text-shadow: none;
}
.pagination ul li a.pagenav,
.pagination ul li a.hasTooltip {
  background: #287197;
  color: #ffffff;
  text-shadow: none;
}
.pagination ul li a.pagenav:hover,
.pagination ul li a.hasTooltip:hover {
  background: #ff8c25;
  color: #ffffff;
  text-shadow: none;
}
.pagination ul li.num span.pagenav,
.pagination ul li.num span.hasTooltip {
  background: #ff8c25;
  color: #ffffff;
  text-shadow: none;
}
/*Forms*/
input[type='radio'],
input[type='checkbox'] {
  margin: 3px 0 0;
}
/* Images */
.item_img,
.category_img {
  margin-bottom: 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;
  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;
  color: #287197;
}
.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 36px 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);
}
.well .btn.btn-primary {
  height: 28px;
  line-height: 28px;
}
.well .btn.btn-primary:before {
  display: none;
}
/*======================= TOP =======================*/
.headerContent {
  background: url(../images/template/header.jpg) center 0 no-repeat;
  background-size: 100%;
}
#top-row {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.78);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.09);
}
#top-row .row-container .container {
  position: relative;
}
.moduletable.left {
  float: left;
}
.moduletable.right {
  float: right;
}
.moduletable.newsletter .moduleTitle,
.moduletable.newsletter > div {
  border-left: 1px solid #323744 !important;
  margin: 0 0 0 28px !important;
  padding-left: 67px !important;
}
.moduletable.newsletter .moduleTitle {
  font: 900 21px/24px 'Lato', sans-serif;
  padding: 15px 0 16px;
  text-transform: uppercase;
}
.moduletable.newsletter > div {
  padding-bottom: 14px !important;
}
.moduletable.news .moduleTitle:before {
  font-size: 40px;
}
.moduletable.news .mod-newsflash-adv .item_content .item_title {
  margin-bottom: 2px;
}
.moduletable.news .mod-newsflash-adv .item_content span.title,
.moduletable.news .mod-newsflash-adv .item_content .item_published {
  display: block;
  font: 19px/24px 'Lato', sans-serif;
  margin-bottom: 21px;
}
.moduletable.news .mod-newsflash-adv .item_content .item_introtext {
  padding-bottom: 26px;
}
.moduletable.news .mod-newsflash-adv .item_content .item_introtext p {
  padding-bottom: 0;
}
#logo {
  /*margin-bottom: -77px;*/

  position: relative;
  z-index: 9;
  min-height: 112px;
}
#logo a {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
}
/*===== Social Media ======*/
.social {
  margin: 0 0 9px;
  text-align: right;
  padding-top: 30px;
  padding-left: 7px;
}
.social li {
  display: inline;
  list-style: none;
  margin: 0 0 0 4px;
}
.social li a {
  display: inline-block;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-size: 0px;
  line-height: 0px;
  text-align: center;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  color: white;
  width: 23px;
}
.social li a.fa {
  position: relative;
}
.social li a.fa:before {
  font: 14px/23px FontAwesome;
  text-align: center;
}
.social li a.fa.fa-facebook {
  background-color: #3a5a9f;
}
.social li a.fa.fa-twitter {
  background-color: #45b0e3;
}
.social li a.fa.fa-google-plus {
  background-color: #d61119;
}
.social li a.fa.fa-linkedin {
  background-color: #1783bc;
}
.social li a.fa.fa-envelope {
  background-color: #676767;
}
.social li a:hover {
  background: #000000 !important;
}
ul.phone {
  margin-bottom: 9px;
  padding-top: 30px;
}
ul.phone li {
  font-family: 'Lato', sans-serif;
  line-height: 24px;
}
/*======================= HEADER =======================*/
/*======================= NAVIGATION =======================*/
#navigation-row {
  width: 100%;
  background: #ffffff;
}
.navigation ul.sf-menu {
  border-top: 1px solid #323744;
  float: right;
  /*SubMenu Styles*/

  /*Define 1st SubMenu position*/

  /*Define menu width*/

  /*Define SubMenu position*/

  /*Define 2nd+ SubMenu position*/

}
.navigation ul.sf-menu > li {
  padding: 0;
  margin: 0 0 0 25px;
}
.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: none;
  color: #ed1c24;
}
.navigation ul.sf-menu > li:first-child {
  margin-left: 0;
}
.navigation ul.sf-menu > li > a,
.navigation ul.sf-menu > li > span {
  font-size: 16px;
  line-height: 33px;
  font-family: 'Lato', sans-serif;
  color: #323744;
  background: none;
  height: 33px;
  font-weight: bold;
  font-style: italic;
  display: block;
  padding: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.navigation ul.sf-menu > li > a:hover,
.navigation ul.sf-menu > li > span:hover {
  background: none;
  color: #ed1c24;
}
.navigation ul.sf-menu > li > ul {
  top: 48px;
  background: #323744;
  color: #ffffff;
  text-shadow: none;
}
.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: #ff8c25;
}
.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: #ff8c25;
}
.navigation ul.sf-menu ul {
  width: 175px;
}
.navigation ul.sf-menu li li ul {
  top: -17px;
  left: 177px;
}
.navigation ul.sf-menu li li li ul {
  top: -17px;
  left: 177px;
}
.navigation ul.sf-menu ul {
  background: #ffffff;
  padding: 17px 0;
}
.navigation ul.sf-menu ul li {
  padding: 5px 0;
  text-align: center;
}
.navigation ul.sf-menu ul li.open > .sub-menu {
  display: block !important;
}
.navigation ul.sf-menu ul li a,
.navigation ul.sf-menu ul li span {
  font-size: 12px;
  line-height: 24px;
  font-family: Arial, Helvetica, sans-serif;
  color: #424242;
  background: none;
  display: inline-block;
  padding: 0px 6px;
  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: #ff8c25;
}
.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: #ff8c25;
}
.navigation ul.sf-menu.sf-vertical {
  width: 175px;
  /*Define 1st SubMenu position*/

}
.navigation ul.sf-menu.sf-vertical li {
  width: 175px;
  margin-bottom: 1px;
}
.navigation ul.sf-menu.sf-vertical li:hover > ul,
.navigation ul.sf-menu.sf-vertical li.sfHover > ul {
  top: -13px;
}
.navigation ul.sf-menu.sf-vertical ul {
  left: 177px;
}
.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: 33px;
  padding-bottom: 33px;
  margin-bottom: 2px;
  /*Define 1st SubMenu position*/

}
.navigation ul.sf-menu.sf-navbar li:hover > ul,
.navigation ul.sf-menu.sf-navbar li.sfHover > ul {
  top: 35px;
  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: 175px;
  top: 33px;
}
.is-sticky > * {
  z-index: 10;
}
.search-block {
  text-align: right;
}
.search-block input {
  max-width: 100%;
}
/*======================= SHOWCASE =======================*/
.contentInner {
  /*background-color: @white;
  background-color: rgba(255, 255, 255, .42);*/

  padding-top: 67px;
}
#showcase-row {
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.42);
  padding-bottom: 41px;
  padding-top: 69px;
}
.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 .item_published {
  font-size: 16px;
}
.mod-newsflash-adv.calendar {
  margin-bottom: 24px;
}
.mod-newsflash-adv.calendar .item {
  margin-bottom: 14px;
}
.mod-newsflash-adv.calendar .item .item_title {
  margin-bottom: 0;
}
.mod-newsflash-adv.posts .item_img {
  margin-bottom: 30px;
}
.mod-newsflash-adv.posts .item_img img {
  border: 6px solid #323744;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
}
.mod-newsflash-adv.posts .item_title {
  margin-bottom: 26px;
}
.mod-newsflash-adv.posts .item_title:before {
  content: "-";
  padding: 0 5px;
}
.mod-newsflash-adv.posts .item_title:after {
  content: "-";
  padding: 0 5px;
}
.mod-newsflash-adv.posts .item_introtext {
  padding-bottom: 20px;
}
.mod-newsflash-adv.posts .item_introtext p {
  padding: 0;
}
.mod-newsflash-adv.posts .readmore {
  border-bottom: 2px solid #D1D1C6;
  padding: 0 20px;
}
.mod-newsflash-adv.posts .readmore:before {
  content: "";
}
.mod-newsflash-adv.bordered .item {
  margin-bottom: 0;
}
.mod-newsflash-adv.bordered .item .item_content {
  border-top: 1px solid #c2c1b2;
  padding-bottom: 30px;
  padding-top: 33px;
}
.mod-newsflash-adv.bordered .item .item_content .item_title {
  margin-bottom: 22px;
}
.mod-newsflash-adv.bordered .item:first-child .item_content {
  border: none;
  padding-top: 0;
}
.mod-newsflash-adv .mod-newsflash-adv_custom-link {
  padding-top: 8px;
}
.mod-newsflash-adv .mod-newsflash-adv_custom-link .btn-info {
  background: #ff8c25;
  border-bottom: 2px solid #c5c4b0;
}
.mod-newsflash-adv .mod-newsflash-adv_custom-link .btn-info:hover {
  background: #287197;
  border-bottom: 2px solid #c5c4b0;
}
/*======================= FEATURE =======================*/
#feature-row {
  overflow: hidden;
  background: url(../images/template/body-bg.jpg) center 0 repeat;
  /*padding-bottom: 56px;*/

  margin-bottom: -69px;
  padding-top: 64px;
}
#feature-row .row-container .moduleTitle {
  margin-bottom: 34px;
}
/*======================= MAINTOP =======================*/
#maintop-row {
  margin-bottom: -36px;
  padding-top: 64px;
  position: relative;
}
#maintop-row .row-container .container {
  border-bottom: 1px solid #c2c1b2;
  padding-bottom: 7px;
}
/*======================= CONTENT TOP =======================*/
/*======================= CONTENT =======================*/
.wrapper-inner {
  /*background-color: @white;
  background-color: rgba(255, 255, 255, .42);*/

}
#content-row {
  background: url(../images/template/body-bg.jpg) center 0 repeat;
  padding-bottom: 14px;
  padding-top: 63px;
}
#content-row #content-top-row {
  padding-bottom: 30px;
}
#component {
  min-height: 0;
}
.container-fluid {
  padding: 0 !important;
}
.item {
  margin-bottom: 30px;
}
.item:after {
  content: '';
  display: block;
  clear: both;
}
.page-header {
  border: none;
  padding: 0;
  margin: 0;
}
.item_info_dl {
  margin: 0 0 12px;
}
.item_info_dl dd {
  font: 19px/24px 'Lato', sans-serif;
  margin: 0 16px 0 0;
  display: inline;
}
.item_info_dl dd > * {
  display: inline;
}
.item_info_dl dd div.item_createdby:before {
  font: 19px/24px FontAwesome;
  content: "\f007";
}
.item_info_dl dd div.item_category-name:before {
  font: 19px/24px FontAwesome;
  content: "\f07b";
}
.item_info_dl dd div.item_published:before {
  font: 19px/24px FontAwesome;
  content: "\f073";
}
.item_info_dl dd div.item_hits:before {
  font: 19px/24px FontAwesome;
  content: "\f02d";
}
.item_info_dl dd div.kmt-readon:before {
  font: 19px/24px FontAwesome;
  content: "\f086";
}
.item_info_dl dd a {
  color: #323744;
}
.item_info_dl dd a:hover {
  color: #287197;
}
.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 ======*/
.mod-article-single .item__module {
  margin-bottom: 50px;
  overflow: hidden;
}
.mod-article-single.talc .item-title {
  font-size: 18px;
  margin-bottom: 2px;
}
.mod-article-single.talc span.title,
.mod-article-single.talc .item_published {
  display: block;
  font: 19px/24px 'Lato', sans-serif;
}
.mod-article-single.talc .item_published {
  font-size: 16px;
  margin-bottom: 16px;
}
.mod-article-single.post .item__module {
  border-bottom: 1px solid #c2c1b2;
  max-width: 732px;
  margin: 0 auto 73px;
  padding-bottom: 45px;
}
.mod-article-single.post .item__module .item_img {
  margin-bottom: 28px;
}
.mod-article-single.post .item__module .item_img img {
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  border: 4px solid #c5c5b8;
}
.mod-article-single.post .item__module .item-title {
  margin-bottom: 21px;
}
.mod-article-single.over .item_introtext {
  overflow: hidden;
}
.mod-article-single.slogan .item__module {
  margin-bottom: 30px;
  overflow: hidden;
}
.mod-article-single.slogan .item__module .item_introtext {
  color: #323744;
  font: 44px/48px 'Satisfy', cursive;
  max-width: 924px;
  margin: 0 auto;
  padding: 11% 0 18%;
  text-align: center;
}
.mod-article-single.schedule .item_introtext h6 {
  display: inline;
  margin: 0;
}
.acymailing_module .acymailing_fulldiv form {
  margin-bottom: 40px;
}
.acymailing_module .acymailing_fulldiv form .acymailing_module_form .acymailing_introtext {
  padding: 12px 0 20px !important;
}
.acymailing_module .acymailing_fulldiv form .acymailing_module_form .acymailing_form {
  overflow: hidden;
}
.acymailing_module .acymailing_fulldiv form .acymailing_module_form .acymailing_form p {
  display: inline;
  margin: 0;
  padding: 0;
}
.acymailing_module .acymailing_fulldiv form .acymailing_module_form .acymailing_form p.onefield input {
  font-size: 13px;
  background: none;
  float: left;
  border-color: #323744;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  color: #a49e93 !important;
  height: auto;
  margin: 0;
  padding: 11px 15px 14px;
}
.acymailing_module .acymailing_fulldiv form .acymailing_module_form .acymailing_form p.acysubbuttons input.button {
  font-size: 17px;
  font-weight: 900;
  line-height: 21px;
  background: #ff8c25;
  color: #ffffff;
  text-shadow: none;
  text-transform: uppercase;
  padding: 12px 0px;
  text-align: center;
  float: right;
  width: 26%;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.acymailing_module .acymailing_fulldiv form .acymailing_module_form .acymailing_form p.acysubbuttons input.button:hover {
  background: #ffffff;
  color: #ff8c25;
  text-shadow: none;
}
/*===== About Page ======*/
.images {
  overflow: hidden;
  padding: 24px 0 0;
}
.images img {
  margin-bottom: 24px;
  margin-right: 32px;
}
.bannergroup {
  padding-bottom: 24px;
}
/*===== Visiting Page ======*/
ul.schedule {
  margin: 0 0 30px;
}
ul.schedule li {
  list-style: none;
  padding-bottom: 6px;
}
ul.schedule li time {
  display: inline-block;
  width: 95px;
}
ul.schedule li h6 {
  display: inline-block;
  color: #287197;
  margin: 0;
}
/*===== Gallery Page ======*/
ul.gallery {
  margin: 0;
}
ul.gallery .gallery-item {
  list-style: none;
  opacity: 0;
  filter: alpha(opacity=0);
  display: none;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
}
ul.gallery .gap {
  list-style: none;
}
ul.gallery {
  text-align: justify;
  font-size: 0.1px;
  display: block;
  line-height: 0;
}
ul.gallery:after {
  content: "";
  display: inline-block;
  width: 100%;
}
ul.gallery .gallery-grid {
  width: 32%;
}
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 .gap {
  display: inline-block;
  width: 32%;
  max-width: 32%;
}
ul.gallery .gallery-list {
  margin: 0 0 15px;
}
.gallery-item .view .content * {
  color: inherit;
}
ul.gallery .gallery-grid .view a {
  color: inherit;
}
ul.gallery .gallery-grid .view a:hover {
  color: #999;
}
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 .item_more a {
  vertical-align: top;
}
ul.gallery .btn-info:before {
  content: "";
}
ul.gallery .gallery-list .view a.hover_more i {
  display: none;
}
ul.gallery .gallery-list .galleryZoom {
  display: none;
}
/*===== Testimonials Page ======*/
.page-category__testimonials .item {
  margin-bottom: 30px;
}
blockquote {
  font: 18px/21px 'Lato', sans-serif;
  padding: 0;
  margin: 0 0 24px;
  border-left: none;
}
blockquote p {
  margin-bottom: 0;
  padding: 0 0 24px;
  font-size: 18px;
  line-height: 21px;
  font-weight: normal;
}
blockquote small {
  color: #323744;
  text-align: right;
}
/*===== Team Page ======*/
.page-category__team .item_introtext {
  overflow: hidden;
}
/*===== Blog Page ======*/
.page-blog .item {
  border-bottom: 1px solid #c2c1b2;
  margin-bottom: 37px;
  padding-bottom: 27px;
}
.page-item {
  padding-bottom: 30px;
}
#section-kmt .kmt-toolbar {
  border-color: #c2c1b2;
}
#section-kmt .kmt-list > li + li > div,
#section-kmt .kmt-list > .kmt-form + li > div {
  border-color: #c2c1b2;
}
.tags {
  clear: both;
}
.addthis_toolbox {
  padding-top: 14px;
}
/*======================= CONTENT BOTTOM =======================*/
/*======================= ASIDE RIGHT =======================*/
.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: url(../images/template/body-bg.jpg) center 0 repeat;
  padding-top: 63px;
  /*padding-bottom: 30px;*/

}
#mainbottom-row .row-container .mod-article-single .item__module {
  margin: 0;
}
.map_container .map_wrapper > div {
  height: 453px;
}
/*======================= BOTTOM =======================*/
#bottom-row {
  background: url(../images/template/body-bg.jpg) center 0 repeat;
  padding-bottom: 56px;
  padding-top: 55px;
}
#bottom-row .row-container {
  font-size: 13px;
  line-height: 18px;
}
#bottom-row .row-container .mod-newsflash-adv {
  padding-top: 15px;
}
#bottom-row .row-container .mod-newsflash-adv .item {
  margin-bottom: 19px;
}
#bottom-row .row-container .mod-newsflash-adv .item .item_title {
  color: #000000;
  margin-bottom: 28px;
}
#bottom-row .row-container .social {
  margin: 0 0 18px;
  padding: 0;
  text-align: left;
}
#bottom-row .row-container .social li {
  display: inline;
  list-style: none outside none;
  margin: 0 18px 0 0;
}
#bottom-row .row-container .social li a {
  background: none;
  display: inline-block;
  color: #287197;
}
#bottom-row .row-container .social li a:before {
  font-size: 27px;
}
#bottom-row .row-container .social li a:hover {
  background: none !important;
}
#bottom-row .row-container .social li a:hover:before {
  color: #ff8c25;
}
/*======================= FOOTER =======================*/
#footer-wrapper {
  background: url(../images/template/footer-bg.jpg) center 0 repeat;
}
#footer-wrapper .footer-wrapper-inner {
  background: url(../images/template/footer-bg.jpg) center 0 repeat;
  padding-top: 49px;
}
#footer-row .row-container .mod-article-single .item__module {
  margin-bottom: 40px;
}
ul.contact-list {
  margin: 0;
}
ul.contact-list li {
  font: 18px/37px 'Lato', sans-serif;
  display: inline-block;
  list-style: none;
  margin-right: 22px;
}
ul.contact-list li:before {
  font-family: FontAwesome;
  font-size: 24px;
  margin-right: 4px;
}
ul.contact-list li strong {
  font-size: 21px;
  font-weight: 900;
  color: #323744;
}
ul.contact-list li a {
  color: #323744;
}
ul.contact-list li a:hover {
  color: #ff8c25;
}
ul.contact-list li.border {
  border-left: 1px solid #000000;
  margin-left: 2px;
}
ul.contact-list li.border:before {
  content: "";
}
ul.footer li {
  display: inline-block;
}
#copyright-row .row-container .container {
  font: 14px/16px 'Lato', sans-serif;
  border-top: 1px solid #323744;
  color: #323744;
  padding-bottom: 24px;
  padding-top: 30px;
}
ul.footer {
  margin: 0 0 24px;
}
ul.footer li {
  margin-right: 16px;
  line-height: 16px;
  padding: 0 3px;
}
ul.footer li a {
  color: #323744;
}
ul.footer li a:hover {
  color: #ff8c25;
}
ul.footer li.current a,
ul.footer li.active a {
  color: #ff8c25;
}
#copyright {
  margin-bottom: 24px;
  text-align: right;
}
#copyright .siteName {
  font-weight: 900;
  color: #ff8c25;
  text-transform: uppercase;
}
#copyright a {
  color: #323744;
}
#copyright a:hover {
  color: #ff8c25;
}
