.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: #8543a0;
}
h2,
h3 {
  color: #000000;
  font-size: 50px;
  font-weight: bold;
  line-height: 56px;
  margin-bottom: 38px;
  padding-bottom: 11px;
  text-transform: uppercase;
}
h4 {
  color: #000000;
  /**font: 22px/26px 'Pacifico', cursive; //edited by joz**/
  font: 20px/26px 'Kaushan Script', cursive;
  margin-bottom: 10px;
}

header {
  text-align: center;
}
header .moduleTitle,
header h3 {
  background: url(../images/template/title_bg.png) center bottom no-repeat;
}
.item header {
  text-align: left;
}
.alert-heading {
  color: inherit;
}
p {
  margin: 0;
  padding-bottom: 18px;
}
.icons-marker {
  font-size: 15.6px;
  line-height: 18px;
}
/*Buttons*/
.btn {
  padding: 4px 14px;
  font-size: 13px;
  line-height: 18px;
  background: #ffffff;
  color: #8a8a8a;
  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: #8543a0;
  color: #ffffff;
  text-shadow: none;
  border: none;
  outline: none !important;
}
.btn-primary:hover,
.btn-small:hover {
  background: #1286bb;
  color: #ffffff;
}
.btn-primary.submitButton,
.btn-small.submitButton {
  float: right;
}
.btn-primary.disabled,
.btn-small.disabled {
  background: #1286bb;
  color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-primary:focus,
.btn-small:focus,
.btn-primary:active,
.btn-small:active {
  background: #8543a0;
  color: #ffffff;
  text-shadow: none;
}
.btn-primary:focus:hover,
.btn-small:focus:hover,
.btn-primary:active:hover,
.btn-small:active:hover {
  background: #1286bb;
  color: #ffffff;
}
.btn-info {
  font-size: 14px;
  background: none;
  color: #8543a0;
  text-shadow: none;
  border: none;
  font-weight: bold;
  padding: 0;
  text-decoration: underline !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active {
  background: none;
  color: #000000;
  text-shadow: none;
  outline: none;
  box-shadow: none;
}
#searchForm .btn.btn-primary {
  height: 28px;
}
/*Lists*/
ul.item_list,
.categories-module,
.archive-module {
  margin: 0;
}
ul.item_list li,
.categories-module li,
.archive-module li {
  background: url(../images/template/marker.png) 0 6px no-repeat;
  list-style: none;
  padding: 0 0 12px 14px;
}
ul.item_list li a,
.categories-module li a,
.archive-module li a {
  color: #8a8a8a;
}
ul.item_list li a:hover,
.categories-module li a:hover,
.archive-module li a:hover {
  color: #8543a0;
}
.list {
  overflow: hidden;
  margin: 0;
}
.list li {
  list-style: none;
  padding: 0 0 12px;
}
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;
}
.pagination ul li .pagenav,
.pagination ul li .hasTooltip {
  font: 800 14px/18px;
  text-transform: none;
  color: #8a8a8a;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  border: none;
  box-shadow: none;
}
.pagination ul li span.pagenav,
.pagination ul li .span.hasTooltip {
  color: #8a8a8a;
}
.pagination ul li a.pagenav,
.pagination ul li a.hasTooltip {
  color: #8543a0;
}
.pagination ul li a.pagenav:hover,
.pagination ul li a.hasTooltip:hover {
  background: none;
  color: #323232;
}
.pagination ul li.num span.pagenav,
.pagination ul li.num span.hasTooltip {
  color: #323232;
}
/*Forms*/
input[type='radio'],
input[type='checkbox'] {
  margin: -2px 0 0;
}
/* Images */
.item_img,
.category_img {
  margin: 0 0 9px;
  position: relative;
  padding-left: 0 !important;
  text-align: center; //edited by joz
}
.item_img {
  font-size: 0;
  line-height: 0;
}
.item_img a {
  position: relative;
  display: inline-block;
  max-width: 100%;
}
.item_img a:after {
  content: "\f00e";
  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;
  color: #ffffff !important;
}
.item_img a.touchGalleryLink:after {
  display: none;
}
.item_img a:hover:after {
  font-size: 40px;
  opacity: 1;
  filter: alpha(opacity=100);
  color: #8543a0;
}
.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 18px 10px 0;
  max-width: 50%;
}
.img-intro__right,
.img-full__right {
  float: right;
  margin: 0 0 10px 18px;
  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 =======================*/
/*======================= HEADER =======================*/
#header-row {
  background: #ffffff;
  padding-top: 14px;
}
#logo {
  margin-bottom: 20px;
}
#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;
  max-width: 532px;
  padding-top: 15px;
  padding-bottom: 20px;
  /*SubMenu Styles*/

}
.navigation ul.sf-menu > li {
  border-bottom: 1px solid #c6c6c6;
  padding: 0;
  margin: 0 0 14px 30px;
  min-width: 147px;
  text-align: left;
}
.navigation ul.sf-menu > li.active,
.navigation ul.sf-menu > li.sfHover,
.navigation ul.sf-menu > li.current {
  border-bottom: 1px solid #8543a0;
}
.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: #000000;
  background: url(../images/template/sep.png) right center no-repeat;
}
.navigation ul.sf-menu > li > a,
.navigation ul.sf-menu > li > span {
  font-size: 14px;
  line-height: 18px;
  font-family: 'Comfortaa', cursive;
  color: #000000;
  background: none;
  display: inline-block;
  padding: 6px 9px 6px 3px;
  -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: uppercase;
  background-position: right center;
}
.navigation ul.sf-menu > li > a:hover,
.navigation ul.sf-menu > li > span:hover {
  background: none;
  color: #000000;
  background: url(../images/template/sep.png) right center no-repeat;
}
.navigation ul.sf-menu > li > a:hover > span,
.navigation ul.sf-menu > li > span:hover > span {
  background-position: center bottom !important;
}
.navigation ul.sf-menu > li:hover {
  border-bottom: 1px solid #8543a0;
}
.navigation ul.sf-menu li > ul {
  top: 30px;
  /*Define 1st SubMenu position*/

}
.navigation ul.sf-menu ul {
  width: 146px;
  /*Define menu width*/

}
.navigation ul.sf-menu li li ul {
  /*Define SubMenu position*/

  top: -6px;
  left: 147px;
}
.navigation ul.sf-menu li li li ul {
  /*Define 2nd+ SubMenu position*/

  top: -6px;
  left: 147px;
}
.navigation ul.sf-menu ul {
  background: #8543a0;
  background: rgba(18, 187, 184, 0.7);
  padding: 6px 0;
}
.navigation ul.sf-menu ul li {
  padding: 2px 6px 3px;
  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: 13px;
  line-height: 18px;
  font-family: 'Comfortaa', cursive;
  color: #ffffff;
  background: none;
  display: block;
  padding: 0px;
  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;
}
.navigation ul.sf-menu ul li a:hover,
.navigation ul.sf-menu ul li span:hover {
  background: none;
  color: #000000;
}
.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: #000000;
}
.navigation ul.sf-menu.sf-vertical {
  width: 146px;
}
.navigation ul.sf-menu.sf-vertical li {
  width: 146px;
  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: 148px;
}
.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: 146px;
  top: 18px;
}
.search-block {
  text-align: right;
}
.search-block input {
  max-width: 100%;
}
.masonry .item {
  margin-left: 0 !important;
}
/*======================= SHOWCASE =======================*/
.mod-article-single .item__module {
  margin-bottom: 30px;
  overflow: hidden;
}
.mod-article-single.rotate .item_img {
  padding: 16px 25px !important;
  position: relative;
}
.mod-article-single.rotate .item_img:before,
.mod-article-single.rotate .item_img:after {
  position: absolute;
  z-index: 1;
}
.mod-article-single.rotate .item_img:before {
  content: url(../images/template/img_before.png);
  top: 28px;
  left: 0px;
  -webkit-transform: rotate(-35deg);
  -moz-transform: rotate(-35deg);
  -ms-transform: rotate(-35deg);
  -o-transform: rotate(-35deg);
  transform: rotate(-35deg);
}
.mod-article-single.rotate .item_img:after {
  content: url(../images/template/img_after.png);
  bottom: 14px;
  right: 0px;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.mod-article-single.rotate .item_img img {
  -webkit-transform: rotate(-4deg);
  -moz-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  -o-transform: rotate(-4deg);
  transform: rotate(-4deg);
}
.mod-article-single.rotate .item-title {
  margin-bottom: 10px;
  overflow: hidden;
}
.mod-article-single.rotate .mod-newsflash-adv_custom-link {
  overflow: hidden;
  padding-bottom: 40px;
}
.mod-article-single.rotate .mod-newsflash-adv_custom-link a {
  display: inline-block;
  font-size: 14px;
  line-height: 46px;
  background: #ffffff;
  color: #8543a0;
  text-shadow: none;
  padding: 0 40px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none !important;
}
.mod-article-single.rotate .mod-newsflash-adv_custom-link a:hover {
  background: #323232;
  color: #ffffff;
  text-shadow: none;
}
.mod-newsflash-adv.mod-newsflash-adv__contacts {
  max-width: 556px;
  margin: 0 auto;
}
.mod-newsflash-adv.mod-newsflash-adv__contacts .fa {
  font-size: 16px;
  margin-right: 8px;
}
.mod-newsflash-adv.testimonials {
  padding-top: 50px;
}
.mod-newsflash-adv.testimonials .item_content {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #c6c6c6;
  text-align: center;
  padding: 0 18px 19px;
}
.mod-newsflash-adv.testimonials .item_content blockquote {
  color: #8a8a8a;
  font-size: 13px;
  font-family: 'Comfortaa', cursive;
  line-height: 18px;
}
.mod-newsflash-adv.testimonials .item_content .item_img {
  margin-top: -52px;
}
.mod-newsflash-adv.testimonials .item_content .item_img img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.mod-newsflash-adv.testimonials.mod-newsflash-adv__team .item {
  margin-bottom: 90px;
}
.mod-newsflash-adv.posts .item {
  margin-bottom: 18px;
}
.mod-newsflash-adv.posts .item_content {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #c6c6c6;
  padding: 8px;
  overflow: hidden;
}
.mod-newsflash-adv.posts .item_img figcaption {
  display: inline-block;
  font-size: 22px;
  line-height: 36px;
  height: 36px;
  background: #8543a0;
  color: #ffffff;
  text-shadow: none;
  position: absolute;
  top: 11px;
  left: 0px;
  padding: 0 12px;
  z-index: 9;
}
.mod-newsflash-adv.posts .item_img figcaption:after {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 18px 0 18px 18px;
  border-color: transparent transparent transparent #8543a0;
  position: absolute;
  top: 0;
  right: -18px;
  content: "";
}
.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 .mod-newsflash-adv_custom-link {
  text-align: center;
  padding-bottom: 40px;
}
.mod-newsflash-adv .mod-newsflash-adv_custom-link .btn-info {
  display: inline-block;
  font-size: 14px;
  line-height: 46px;
  background: #8543a0;
  color: #ffffff;
  text-shadow: none;
  padding: 0 52px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none !important;
}
.mod-newsflash-adv .mod-newsflash-adv_custom-link .btn-info:hover {
  background: #323232;
  color: #ffffff;
  text-shadow: none;
}
/*======================= FEATURE =======================*/
#feature-row {
  padding-bottom: 38px;
  padding-top: 52px;
}
#feature-row .row-container .item-title {
  background: url(../images/template/title_bg.png) left bottom no-repeat;
  text-align: left;
}
/*======================= MAINTOP =======================*/
#maintop-row {
  background: #8543a0;
  color: #ffffff;
  text-shadow: none;
  padding-top: 38px;
}
#maintop-row .row-container .moduleTitle {
  background: url(../images/template/feature_maintop_title_bg.png) center bottom no-repeat;
  color: #ffffff;
  margin-bottom: 10px;
  overflow: hidden;
}
#maintop-row .row-container .item-title {
  background: url(../images/template/feature_maintop_title_bg.png) 0 bottom no-repeat;
  color: #ffffff;
  margin-bottom: 10px;
  overflow: hidden;
}
#maintop-row .row-container .item-title a {
  color: #ffffff;
}
#maintop-row .row-container .item-title a:hover {
  color: #323232;
}
#maintop-row .row-container .item_title {
  color: #ffffff;
}
#maintop-row .row-container .item_title a {
  color: #ffffff;
}
#maintop-row .row-container .item_title a:hover {
  color: #323232;
}
/*======================= CONTENT TOP =======================*/
/*======================= CONTENT =======================*/
#content-row #content-top-row {
  padding-top: 48px;
}
#component {
  min-height: 0;
}
.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 18px;
}
.item_info_dl dd {
  margin: 0 18px 0 0;
  display: inline;
}
.item_info_dl dd > * {
  display: inline;
}
.item_icons.btn-group.pull-right {
  margin: 0px 10px 10px 0px;
  position: relative;
  z-index: 10;
  float: none;
}
.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 ======*/
.slider_tabs {
  position: relative;
}
.nav-tabs {
  margin: 0;
  border: none;
  width: 140px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -70px;
  margin-left: -70px;
  z-index: 2;
}
.nav-tabs > li {
  float: left;
  margin: 0;
}
.nav-tabs > li > a {
  padding: 0;
  margin: 0;
  border: none !important;
  background: none;
  color: black;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: black;
  color: #3d3d3d;
  width: 70px;
  height: 70px;
  border: solid 30px;
  text-align: center;
  line-height: 70px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.nav-tabs > li > a.tab1 {
  border-top-left-radius: 100%;
}
.nav-tabs > li > a.tab2 {
  border-top-right-radius: 100%;
}
.nav-tabs > li > a.tab3 {
  border-bottom-left-radius: 100%;
}
.nav-tabs > li > a.tab4 {
  border-bottom-right-radius: 100%;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  background: #8543a0;
  border-color: #8543a0;
  color: white;
}
.nav-tabs > li.active > a {
  background: #8543a0;
  border-color: #8543a0;
  color: white;
}
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background: #8543a0;
  border-color: #8543a0;
  color: white;
}
.tab-content .tab-pane {
  float: left;
  width: 50%;
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
  position: relative;
}
.tab-content .tab-pane:before {
  background: url(../images/template/pane_bg.png) repeat;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  z-index: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.tab-content .tab-pane .item_img {
  margin: 0;
}
.tab-content .tab-pane.active:before {
  opacity: 0;
  filter: alpha(opacity=0);
}
aside {
  padding-top: 60px;
}
aside .moduletable {
  border: 1px solid #c6c6c6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 19px;
  padding: 20px 30px 10px;
}
aside .moduletable header {
  text-align: left;
}
aside .moduletable .moduleTitle {
  background: none;
  color: #000000;
  /**font: 22px/26px 'Pacifico', cursive; //edited by joz**/
  font: 22px/26px 'Kaushan Script', cursive;
  margin-bottom: 10px;
  margin: 0 0 18px;
  padding: 0;
  text-transform: none;
}
.moduletable .acymailing_module {
  text-align: center;
}
.moduletable .acymailing_module form {
  max-width: 556px;
  margin: 0 auto 52px;
  overflow: hidden;
}
.moduletable .acymailing_module form .acymailing_introtext {
  float: left;
  /**font: 22px/36px 'Pacifico', cursive; //edited by joz**/
  font: 22px/36px 'Kaushan Script', cursive;
}
.moduletable .acymailing_module form .acymailing_form {
  float: right;
}
.moduletable .acymailing_module form .acymailing_form p {
  padding: 0;
}
.moduletable .acymailing_module form .acymailing_form .inputbox {
  line-height: 46px;
  height: 46px;
  min-width: 346px;
  color: #8543a0;
  padding: 0 20px;
  margin: 0;
  border: none;
  box-shadow: none;
}
/*===== About Page ======*/
.moduletable.team .moduleTitle {
  margin-bottom: 39px !important;
}
.moduletable.team .item_content {
  border-color: #ffffff;
}
/*===== Events Page ======*/
.videoContent {
  position: relative;
  padding-bottom: 83%;
  margin-bottom: 18px;
}
.videoContent iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
/*===== 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: #8543a0;
}
ul.gallery .gallery-grid .view a:hover {
  color: #ffffff;
}
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 {
  /**font: 22px/32px 'Pacifico', cursive; //edited by joz**/
  font: 22px/32px 'Kaushan Script', cursive;
  color: #323232;
  padding: 0;
  margin: 0;
  border-left: none;
  overflow: hidden;
}
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,
.page-blog,
.page-contact,
.page-gallery {
  padding-top: 48px;
}
.page-archive .item,
.page-blog .item {
  border: 1px solid #c6c6c6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 19px;
  padding: 9px;
}
.page-archive .item .item_img,
.page-blog .item .item_img {
  margin-bottom: 0;
}
.page-item .item_header {
  text-align: left;
}
.page-item .item_header h3 {
  background-position: 0 bottom;
}
.tags {
  clear: both;
}
.addthis_toolbox {
  padding-top: 13px;
}
/*======================= CONTENT BOTTOM =======================*/
/*======================= ASIDE RIGHT =======================*/
.mod-menu .nav.menu li a,
.list1 ul li a {
  display: inline;
}
.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 =======================*/
/*======================= BOTTOM =======================*/
#bottom-row {
  background: #8543a0;
  color: #ffffff;
  text-shadow: none;
}
#bottom-row a {
  color: #323232;
}
#bottom-row a:hover {
  color: #323232;
}
#bottom-row ul.list a {
  color: #ffffff;
}
#bottom-row ul.list a:hover {
  color: #323232;
}
#bottom-row .moduleTitle {
  background: url(../images/template/feature_maintop_title_bg.png) center bottom no-repeat;
  color: #FFFFFF;
  padding-top: 31px;
  margin-bottom: 50px;
}
#bottom-row .item_introtext .fa {
  float: left;
  margin-right: 8px;
  min-width: 19px;
  text-align: center;
}
#bottom-row .mod-newsflash-adv__contacts {
  background: url(../images/template/feature_maintop_title_bg.png) center bottom no-repeat;
  padding-bottom: 4px;
  margin-bottom: 30px;
}
/*======================= FOOTER =======================*/
#copyright {
  line-height: 72px;
  text-align: center;
}
#copyright .year:after {
  content: '|';
  padding: 0 0 0 4px;
}
#copyright a {
  color: #8a8a8a;
}
#copyright a:hover {
  color: #8543a0;
}
