.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: #f3a9c4;
}
h1 {
  color: rgb(118, 103, 103);
  font: 20px/30px 'Pacifico', cursive;
}
h2,
h3 {
  color: #876d76;
  font: 30px/45px 'Pacifico', cursive;
  margin-bottom: 10px;
}
header,
.page-header,
.page_header {
  text-align: center;
}
header h3,
.page-header h3,
.page_header h3 {
  display: inline-block;
  position: relative;
}
header h3:before,
.page-header h3:before,
.page_header h3:before,
header h3:after,
.page-header h3:after,
.page_header h3:after {
  position: absolute;
  top: -1px;
}
header h3:before,
.page-header h3:before,
.page_header h3:before {
  content: url(../images/template/title_before.png);
  left: -195px;
}
header h3:after,
.page-header h3:after,
.page_header h3:after {
  content: url(../images/template/title_after.png);
  right: -195px;
}
header h4,
.page-header h4,
.page_header h4 {
  text-align: left;
}
h4 {
  color: #706468;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 4px;
} 
h5 {
  color: #876d76;
  font: 18px/25px 'Pacifico', cursive;
 margin-bottom: -10px;
  margin-bottom: 4px;
}
.alert-heading {
  color: inherit;
}
p {
  margin: 0;
  padding: 0px;
}
.icons-marker {
  font-size: 15.6px;
  line-height: 18px;
}
/*Buttons*/
.btn {
  padding: 4px 14px;
  font-size: 11.5px;
  line-height: 18px;
  background: #ffffff;
  color: #51373f;
  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 {
  background: #64c6be;
  color: #ffffff;
  text-shadow: none;
  border: 1px solid #64c6be;
  border-bottom-color: #64c6be;
  border-radius: 5px;
  outline: none !important;
  box-shadow: 2px 2px 5px #d4e2e1;
}
.btn-primary:hover,
.btn-small:hover {
  background: #91dad4;
  color: #ffffff;
}
.btn-primary.submitButton,
.btn-small.submitButton {
  float: right;
}
.btn-primary.disabled,
.btn-small.disabled {
  background: #91dad4;
  color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-primary:focus,
.btn-small:focus,
.btn-primary:active,
.btn-small:active {
  background: #91dad4;
  color: #ffffff;
  text-shadow: none;
}
.btn-primary:focus:hover,
.btn-small:focus:hover,
.btn-primary:active:hover,
.btn-small:active:hover {
  background: #d4f7f4;
  color: #ffffff;
}
.btn-info {
  background: none;
  color: #9d667a;
  text-shadow: none;
  border: none;
  padding: 0;
  text-decoration: underline !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active {
  box-shadow: none;
  background: none;
  color: #fcabc9;
  text-shadow: none;
  outline: none !important;
}
#searchForm .btn.btn-primary {
  height: 28px;
}
/*Lists*/
ul.categories-module h5 {
  font-size: 1em;
  line-height: inherit;
  font-weight: normal;
  margin: 0;
}
/*Pagination*/
.pagination {
  height: auto;
  margin: 0;
  padding: 0 0 50px;
}
.pagination ul {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin: 0 auto;
  width: 100%;
}
.pagination ul li {
  display: inline-block;
  margin-right: 8px;
}
.pagination ul li .pagenav,
.pagination ul li .hasTooltip {
  background: #ffffff;
  color: #616161;
  text-shadow: none;
  text-transform: none;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  border: none;
  box-shadow: none;
  border: 1px solid #dedede;
  padding: 6px 12px;
}
.pagination ul li span.pagenav,
.pagination ul li .span.hasTooltip {
  background: #99c8b1;
  color: #ffffff;
  text-shadow: none;
  border-color: #99c8b1;
}
.pagination ul li a.pagenav,
.pagination ul li a.hasTooltip {
  background: #ffffff;
  color: #616161;
  text-shadow: none;
}
.pagination ul li a.pagenav:hover,
.pagination ul li a.hasTooltip:hover {
  background: none;
  background: #99c8b1;
  color: #ffffff;
  text-shadow: none;
  border-color: #99c8b1;
}
.pagination ul li.num span.pagenav,
.pagination ul li.num span.hasTooltip {
  background: #99c8b1;
  color: #ffffff;
  text-shadow: none;
  border-color: #99c8b1;
}
/*Forms*/
input[type='radio'],
input[type='checkbox'] {
  margin: -2px 0 0;
}
/* Images */
.item_img,
.category_img {
  margin: 0 0 18px;
  position: relative;
}
.item_img img,
.category_img img {
  border: 5px solid #fcd0e0;
  border-radius:5px 5px 0px 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 2px 2px 5px #ddd3d6;
}
.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: #99c8b1;
}
.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 22px 10px 0;
  max-width: 50%;
}
.img-intro__right,
.img-full__right {
  float: right;
  margin: 0 0 10px 22px;
  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 =======================*/
#top-row {
background: url("../images/template/BackgroundHeader85.png") repeat scroll 49.4% 0 rgba(0, 0, 0, 0);
height: 115px;
padding-top: 40px;
width: 100% !important;
}
#top-row:after {
  content: "";
  background: url(../images/template/BackgroundHeader10.png) center 0 repeat-x;
  height: 6px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -6px;
}
/*======================= HEADER =======================*/
#logo {
  margin-bottom: 23px;
}
#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: #ffffff;
}
.navigation ul.sf-menu {
  float: right;
  /*SubMenu Styles*/

}
.navigation ul.sf-menu > li {
  padding: 0;
  margin: 0 9px 0 35px;
}
.navigation ul.sf-menu > li:first-child {
  margin-left: 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: none;
  color: #64c6be;
}
.navigation ul.sf-menu > li > a,
.navigation ul.sf-menu > li > span {
  font-size: 14px;
  line-height: 55px;
  font-family: 'Open Sans', sans-serif;
  color: #23191c;
  background: none;
  display: block;
  padding: 0 11px;
  -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: #64c6be;
}
.navigation ul.sf-menu > li > ul {
  top: 80px;
  /*Define 1st SubMenu position*/

}
.navigation ul.sf-menu > li > ul > li > a,
.navigation ul.sf-menu > li > ul > li > span {
  color: #ffffff;
  background: none;
}
.navigation ul.sf-menu > li > ul > li > a,
.navigation ul.sf-menu > li > ul > li > span {
  color: #ffffff;
  background: none;
}
.navigation ul.sf-menu > li > ul > li > a:hover,
.navigation ul.sf-menu > li > ul > li > span:hover {
  background: none;
  color: #bcfdfb;
}
.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 {
  background: none;
  color: #bcfdfb;
}
.navigation ul.sf-menu ul {
  width: 109px;
  /*Define menu width*/

}
.navigation ul.sf-menu li li ul {
  /*Define SubMenu position*/

  top: -13px;
  left: 109px;
}
.navigation ul.sf-menu li li li ul {
  /*Define 2nd+ SubMenu position*/

  top: -13px;
  left: 109px;
}
.navigation ul.sf-menu ul {
  background: #91dad4;
  padding: 13px 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: 15px;
  line-height: 18px;
  font-family: 'Open Sans', sans-serif;
  color: #bcfdfb;
  background: none;
  display: block;
  padding: 6px 12px;
  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: #bcfdfb;
  color: #ffffff;
}
.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: #bcfdfb;
  color: #ffffff;
}
.navigation ul.sf-menu.sf-vertical {
  width: 109px;
}
.navigation ul.sf-menu.sf-vertical li {
  width: 109px;
  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: 111px;
}
.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: 18px;
  padding-bottom: 18px;
  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: 20px;
  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: 109px;
  top: 18px;
}
.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;
}
.mod-newsflash-adv.drop span.dropcap {
  float: left;
  margin: 0 10px 10px 0;
  font-size: 48px;
  line-height: 48px;
  color: #fdb747;
  font-weight: 900;
}
.mod-newsflash-adv.drop .item_content {
  overflow: hidden;
  padding-top: 24px;
}
.mod-newsflash-adv.posts .item {
  position: relative;
}
.mod-newsflash-adv.posts .item .item_img {
  margin-bottom: 0;
}
.mod-newsflash-adv.posts .item .item_published {
  font: 24px/46px 'Pacifico', cursive;
  background: #fcabc9;
  border: solid 1px #fcabc9;
  border-radius: 4px 4px 0px 4px;
  color: #ffffff;
  text-shadow: none;
  padding: 4px 16px;
  position: absolute;
  top: 1px;
  right: 0px;
}
.mod-newsflash-adv.posts .item .item_published:after {
  content: "";
  background: url(../images/template/publishedm.png) 0 0 repeat-x;
  bottom: -6px;
  height: 6px;
  width: 100%;
  left: 0;
  position: absolute;
}
.mod-newsflash-adv.posts .item .item_content {
  border: 1px solid #fcd0e0;
  border-top: none;
  padding: 8px 12px 8px;
  position: relative;
}
.mod-newsflash-adv.posts .item .item_content p {
  padding-bottom: 6px;
}
.mod-newsflash-adv.posts .item .item_content:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  height: 3px;
}
.mod-newsflash-adv.posts .item.cr1 .item_content:after {
  background: #fcd0e0;
}
.mod-newsflash-adv.posts .item.cr2 .item_content:after {
  background: #fcd0e0;
}
.mod-newsflash-adv.posts .item.cr3 .item_content:after {
  background: #fcd0e0;
}
/*======================= FEATURE =======================*/
/*======================= MAINTOP =======================*/
/*======================= CONTENT TOP =======================*/

.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.drop span.dropcap {
  float: left;
  margin: 0 10px 10px 0;
  font-size: 48px;
  line-height: 48px;
  color: #fdb747;
  font-weight: 900;
}
.mod-newsflash-adv.drop .item_content {
  overflow: hidden;
  padding-top: 24px;
}
.mod-newsflash-adv.posts2 .item {
  position: relative;
}
.mod-newsflash-adv.posts2 .item .item_img {
  margin-bottom: 0;
}
.mod-newsflash-adv.posts2 .item .item_published {
  font: 24px/46px 'Pacifico', cursive;
  background: #fcabc9;
  border: solid 1px #fcabc9;
  border-radius: 4px 4px 0px 4px;
  color: #ffffff;
  text-shadow: none;
  padding: 4px 16px;
  position: absolute;
  top: 1px;
  right: 0px;
}
.mod-newsflash-adv.posts2 .item .item_published:after {
  content: "";
  background: url(../images/template/publishedm.png) 0 0 repeat-x;
  bottom: -6px;
  height: 6px;
  width: 100%;
  left: 0;
  position: absolute;
}
.mod-newsflash-adv.posts2 .item .item_content {
  border: 1px solid #fcd0e0;
  border-top: none;
  padding: 8px 12px 8px;
  position: relative;
  height: 60px;
}
.mod-newsflash-adv.posts2 .item .item_content p {
  padding-bottom: 6px;
}
.mod-newsflash-adv.posts2 .item .item_content:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  height: 3px;
}
.mod-newsflash-adv.posts2 .item.cr1 .item_content:after {
  background: #fcd0e0;
}
.mod-newsflash-adv.posts2 .item.cr2 .item_content:after {
  background: #fcd0e0;
}
.mod-newsflash-adv.posts2 .item.cr3 .item_content:after {
  background: #fcd0e0;
}
/*======================= CONTENT =======================*/
#content-row {
  padding-top: 0px;
}
#content-row #content-top-row {
  padding-bottom: 0px;
}
#content-row #content-bottom-row {
  padding-bottom: 0px;
}
#component {
  min-height: 0;
}
.item {
  margin-bottom: 0px;
}
.item:after {
  content: '';
  display: block;
  clear: both;
}
.page-header {
  border: none;
  padding: 0;
  margin: 0;
}
.item_info_dl {
  margin: 0 0 18px;
}
.item_info_dl dd {
  margin: 0;
  display: inline-block;
}
.item_info_dl dd .fa {
  color: #99c8b1;
  margin-right: 3px;
}
.item_info_dl dd > * {
  display: inline;
}
.item_info_dl dd + dd:before {
  content: "|";
  padding: 0 6px;
}
.item_info_dl dd a {
  color: #616161;
}
.item_info_dl dd a:hover {
  color: #99c8b1;
}
.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 ======*/
.moduletable {
  position: relative;
}
.moduletable.tabs .nav-tabs {
  border: none;
  margin: 0;
  overflow: hidden;
}
.moduletable.tabs .nav-tabs > li {
  border: none;
  margin: 0;
  width: 50%;
}
.moduletable.tabs .nav-tabs > li > a {
  background: #99c8b1;
  display: block;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 0;
  line-height: 0;
  padding: 0px;
  margin: 0px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: relative;
}
.moduletable.tabs .nav-tabs > li > a:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  /*padding-bottom: 41.69611307420495%;
            position: absolute;
            left: 0;
            top: 0;*/

  width: 100%;
}
.moduletable.tabs .nav-tabs > li > a.tab1:before {
  content: url(../images/template/tab1.jpg);
}
.moduletable.tabs .nav-tabs > li > a.tab2:before {
  content: url(../images/template/tab2.jpg);
}
.moduletable.tabs .nav-tabs > li > a.tab3:before {
  content: url(../images/template/tab3.jpg);
}
.moduletable.tabs .nav-tabs > li > a.tab4:before {
  content: url(../images/template/tab4.jpg);
}
.moduletable.tabs .nav-tabs > li > a:hover {
  background: none;
}
.moduletable.tabs .nav-tabs > li > a:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.moduletable.tabs .nav-tabs > li.even {
  float: right;
}
.moduletable.tabs .nav-tabs > li.active a:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.moduletable.tabs .tab-content {
  position: absolute;
  left: 50%;
  width: 212px;
  margin-left: -96px;
  top: 0;
  bottom: 0;
  background: #99c8b1;
  color: #ffffff;
  text-shadow: none;
  text-align: center;
}
.moduletable.tabs .tab-content .item_content {
  padding: 0 14px 20px;
}
.moduletable.tabs .tab-content .item-title {
  color: #ffffff;
  line-height: 46px;
  padding-top: 31px;
  margin-bottom: 28px;
}
.moduletable.tabs .tab-content small {
  display: block;
  background: url(../images/template/small_bg.png) center 0 no-repeat;
  font: 40px/46px 'Pacifico', cursive;
  color: #ffffff;
  margin-top: 25px;
  padding-top: 27px;
}
.acymailing_module .inputbox {
  background: #ffffff;
  color: solid 1px #b6b6b6;
  border: #99c8b1
  text-shadow: none;
  height: 30px;
  line-height: 30px;
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10;
  box-shadow: none;
  padding: 0 10px;
  min-width: 205px;
  border: solid 1px #80B5AE;
  box-shadow: 2px 2px 5px #d4e2e1;
}
.acymailing_module .button {
background: #64c6be;
color: #ffffff;
text-shadow: none;
border: 1px solid #64c6be;
border-bottom-color: #64c6be;
border-radius: 5px;
outline: none !important;
box-shadow: 2px 2px 5px #d4e2e1;
}
.acymailing_module .button:hover {
  background: #91dad4;
  color: #ffffff;
  text-shadow: none;
}

/*===== 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: 13px;
  line-height: 18px;
  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 18px 18px 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 {
  background: url(../images/template/blockquote.png) 0 0 no-repeat;
  padding: 0 0 0 62px;
  margin: 0 0 14px;
  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: "";
}
/*===== Team Page ======*/
.page-category__team .item_introtext {
  overflow: hidden;
}
/*===== Blog Page ======*/
.tags {
  clear: both;
}
.addthis_toolbox {
  padding-top: 13px;
}
/*======================= 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;}
table_custom1 { padding: 8px; border: 1px solid #2e2e2e; } 
table_custom1 { background-color: #BBBFB8; } 
table_custom1 a { color: #2e2e2e; text-shadow: 1px 1px 0 #fff }

/*======================= MAINBOTTOM =======================*/
#mainbottom-row {
  padding-bottom: 0px;
}
 #logo img {
float: right !important;
height: 245px;
margin: -55px -40px 0px;
}

/*======================= BOTTOM =======================*/
#bottom-row {
  padding-bottom: 47px;
}
/*======================= FOOTER =======================*/
#footer-wrapper {
  background: #373737;
}
#footer-wrapper .footer-wrapper-inner {
  background: #fcd0e0;
  padding-top: 10px;
  color: #7d7074;
}
#footer-row {
  background: #373737;
}
#copyright-row {
  background: url("../images/template/BackgroundHeader28.png") repeat scroll 49.4% 0 rgba(0, 0, 0, 0);
  height: 100px;
  padding-top: 30px;
  width: 100% !important;
}
#copyright {
  padding: 30px 0 20px;
  text-align: center;
}
#copyright .siteName {
  font-size: 0;
  line-height: 0;
}
#copyright .year:after {
  content: '|';
  padding: 0 0 0 4px;
}
#copyright a {
  color: #7d7074;
}
#copyright a:hover {
  color: #64c6be;
}
#aside-right {
background: none repeat scroll 0 0 #d4f7f4 !important;
box-shadow: 2px 2px 5px #d4e2e1;
}
#aside-right {
border-radius: 10px !important;
}

#content-top {
border-radius: 10px !important;
}
#content-top {
padding-top: 1px !important;
padding-bottom: 1px
}




/*mystyles-rightaside*/

.moduletable.customrightasidestylelaura {
background-color: #fffffe;
border-top:1px solid #bcfdfb;
border-bottom:1px solid #bcfdfb;
border-right:1px solid #bcfdfb;
border-left:1px solid #bcfdfb;
border-radius: 5px;
margin-top: 50px;
margin-right: 10px;
margin-left: -10px;
margin-bottom: 5px;
padding:10px;
padding-bottom: 10px;
box-shadow: 2px 2px 5px #d4e2e1;
}

.moduletable.customrightasidestyle {
background-color: #fffffe;
border-top:1px solid #bcfdfb;
border-bottom:1px solid #bcfdfb;
border-right:1px solid #bcfdfb;
border-left:1px solid #bcfdfb;
border-radius: 5px;
margin-top: 5px;
margin-right: 10px;
margin-left: -10px;
margin-bottom: 5px;
padding:10px;
box-shadow: 2px 2px 5px #d4e2e1;
}

.moduletable.customrightasidestylewidgets {
background-color: #fffffe;
border-top:1px solid #bcfdfb;
border-bottom:1px solid #bcfdfb;
border-right:1px solid #bcfdfb;
border-left:1px solid #bcfdfb;
border-radius: 5px;
margin-top: 0px;
margin-right: 10px;
margin-left: -10px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
box-shadow: 2px 2px 5px #d4e2e1;
}

.moduletable.customrightasidestylesearch {
background-color: #fffffe;
border-top:1px solid #bcfdfb;
border-bottom:1px solid #bcfdfb;
border-right:1px solid #bcfdfb;
border-left:1px solid #bcfdfb;
border-radius: 5px;
margin-top: 5px;
margin-right: 10px;
margin-left: -10px;
margin-bottom: 5px;
padding-top: 0px;
padding-right:10px;
padding-left:10px;
padding-bottom: 15px;
box-shadow: 2px 2px 5px #d4e2e1;
}
}

.moduletable.customrightasidestyleblogs {
background-color: #fffffe;
border-top:1px solid #bcfdfb;
border-bottom:1px solid #bcfdfb;
border-right:1px solid #bcfdfb;
border-left:1px solid #bcfdfb;
border-radius: 5px;
margin-top: 5px;
margin-right: 10px;
margin-left: -10px;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 10px;
padding-right: 10px;
box-shadow: 2px 2px 5px #d4e2e1;
}

.moduletable.customrightasidestylegallery {
background-color: #fffffe;
border-top:1px solid #bcfdfb;
border-bottom:1px solid #bcfdfb;
border-right:1px solid #bcfdfb;
border-left:1px solid #bcfdfb;
border-radius: 5px;
margin-top: 10px;
margin-right: 10px;
margin-left: -10px;
margin-bottom: 10px;
padding:10px;
box-shadow: 2px 2px 5px #d4e2e1;
}

.moduletable.customrightasidestylenoths {
background-color: #fffffe;
border-top:1px solid #bcfdfb;
border-bottom:1px solid #bcfdfb;
border-right:1px solid #bcfdfb;
border-left:1px solid #bcfdfb;
border-radius: 5px;
margin-top: 0px;
margin-right: 10px;
margin-left: -10px;
margin-bottom: 5px;
padding: 5px;
box-shadow: 2px 2px 5px #d4e2e1;
}

.moduletable.customrightasidestylecalender {
background-color: #fffffe;
border-top:1px solid #bcfdfb;
border-bottom:1px solid #bcfdfb;
border-right:1px solid #bcfdfb;
border-left:1px solid #bcfdfb;
border-radius: 5px;
margin-top: 5px;
margin-right: 10px;
margin-left: -10px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 10px;
padding-right: 10px;
box-shadow: 2px 2px 5px #d4e2e1;
}

.moduletable.customrightasidefacebookapp {
background-color: #fffffe;
border-top:1px solid #bcfdfb;
border-bottom:1px solid #bcfdfb;
border-right:1px solid #bcfdfb;
border-left:1px solid #bcfdfb;
border-radius: 5px;
margin-top: 5px;
margin-right: 10px;
margin-left: -10px;
margin-bottom: 5px;
padding-left: 7px;
padding-right: 6px;
padding-top: 8px;
padding-bottom: 0px;
box-shadow: 2px 2px 5px #d4e2e1;
}


.moduletable.customcontenttopstyle {
background-color: #fffffe;
border-top:1px solid #fcc8ea;
border-bottom:1px solid #fcc8ea;
border-right:1px solid #fcc8ea;
border-left:1px solid #fcc8ea;
border-radius: 5px;
margin-top: 50px;
margin-right: 10px;
margin-left: 10px;
margin-bottom: 10px;
padding-top: 40px;
padding:20px;
box-shadow: 2px 2px 5px #ddd3d6;
}

.moduletable.customcontenttopstyle2 {
background-color: #fffffe;
border-top:1px solid #fcc8ea;
border-bottom:1px solid #fcc8ea;
border-right:1px solid #fcc8ea;
border-left:1px solid #fcc8ea;
border-radius: 5px;
margin-top: 50px;
margin-right: 10px;
margin-left: 10px;
margin-bottom: 30px;
padding-top: 40px;
padding:20px;
box-shadow: 2px 2px 5px #ddd3d6;
}

.moduletable.customcontenttopstyle3 {
background-color: #fefdf7;
border-top:1px solid #fcd0e0;
border-bottom:1px solid #fcd0e0;
border-right:1px solid #fcd0e0;
border-left:1px solid #fcd0e0;
border-radius: 10px;
margin-top: 0px;
margin-right: 10px;
margin-left: 10px;
margin-bottom: 0px;
padding-top: 40px;
padding: 10px;
padding-bottom: 0px;
box-shadow: 2px 2px 5px #ddd3d6;
}

.moduletable.customcontenttopstyle4 {
background-color: #fefdf7;
border-top:4px solid #fcd0e0;
border-bottom:1px solid #fcd0e0;
border-right:1px solid #fcd0e0;
border-left:1px solid #fcd0e0;
border-radius: 10px;
margin-top: 0px;
margin-right: 0px;
margin-left: 0px;
margin-bottom: 0px;
padding-top: 20px;
padding-bottom: 0px;
padding-left: 10px;
padding-right: 10px;
box-shadow: 2px 2px 5px #ddd3d6;
}

.moduletable.customcontenttopstyle5 {
background-color: #fefdf7;
border-top:2px solid #fcd0e0;
border-bottom:2px solid #fcd0e0;
border-right:1px solid #fcd0e0;
border-left:1px solid #fcd0e0;
border-radius: 10px;
margin-top: -1px;
margin-right: 0px;
margin-left: 0px;
margin-bottom: -2px;
padding-top: 15px;
padding-bottom: 10px;
padding-left: 10px;
padding-right: 10px;
box-shadow: 2px 2px 5px #ddd3d6;
}

.moduletable.customcontenttopstyle6 {
background-color: #fefdf7;
border-top:2px solid #fcd0e0;
border-bottom:5px solid #fcd0e0;
border-right:1px solid #fcd0e0;
border-left:1px solid #fcd0e0;
border-radius: 10px;
margin-top: 0px;
margin-right: 0px;
margin-left: 0px;
margin-bottom: 0px;
padding-top: 40px;
padding: 10px;
padding-bottom: 0px;
box-shadow: 2px 2px 5px #ddd3d6;
}


