.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: #3abe6b;
}
h2,
h3 {
  color: #393939;
  font-size: 30px;
  font-weight: 300;
  line-height: 40px;
  margin-bottom: 40px;
  text-transform: uppercase;
}
h2.title,
h3.title {
  color: #666666;
  font-size: 24px;
  margin-bottom: 20px;
  text-transform: none;
}
h2.title span,
h3.title span {
  color: #3abe6b;
}
h4 {
  color: #404040;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  margin-bottom: 20px;
}
.alert-heading {
  color: inherit;
}
p {
  margin: 0;
  padding-bottom: 20px;
}
.icons-marker {
  font-size: 16.8px;
  line-height: 20px;
}
/*Buttons*/
.btn {
  padding: 4px 14px;
  font-size: 14px;
  line-height: 20px;
  background: #ffffff;
  color: #9d9d9d;
  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: #3abe6b;
  color: #ffffff;
  text-shadow: none;
  border: 1px solid #3abe97;
  border-bottom-color: #3abe97;
  outline: none !important;
}
.btn-primary:hover,
.btn-small:hover {
  background: #3abe97;
  color: #ffffff;
}
.btn-primary.submitButton,
.btn-small.submitButton {
  float: right;
}
.btn-primary.disabled,
.btn-small.disabled {
  background: #3abe97;
  color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-primary:focus,
.btn-small:focus,
.btn-primary:active,
.btn-small:active {
  background: #3abe6b;
  color: #ffffff;
  text-shadow: none;
}
.btn-primary:focus:hover,
.btn-small:focus:hover,
.btn-primary:active:hover,
.btn-small:active:hover {
  background: #3abe97;
  color: #ffffff;
}
.btn-info {
  background: none;
  color: #4b4b4b;
  text-shadow: none;
  border: none;
  padding: 0;
  text-transform: lowercase;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active {
  box-shadow: none;
  background: none;
  color: #3abe6b;
  text-shadow: none;
  outline: none;
}
#searchForm .btn.btn-primary {
  height: 28px;
  line-height: 28px;
  padding: 0 12px;
}
.input-append #jform_profile_dob_img {
  padding-top: 3px;
  padding-bottom: 3px;
}
/*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 {
  text-transform: none;
  background: #3abe6b;
  color: #ffffff;
  text-shadow: none;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  border: none;
  box-shadow: none;
  padding: 10px 16px;
  -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: #393939;
  color: #ffffff;
  text-shadow: none;
}
.pagination ul li a.pagenav,
.pagination ul li a.hasTooltip {
  background: #3abe6b;
  color: #ffffff;
  text-shadow: none;
}
.pagination ul li a.pagenav:hover,
.pagination ul li a.hasTooltip:hover {
  background: #393939;
  color: #ffffff;
  text-shadow: none;
}
.pagination ul li.num span.pagenav,
.pagination ul li.num span.hasTooltip {
  background: #393939;
  color: #ffffff;
  text-shadow: none;
}
/*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: #3abe6b;
}
.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 20px 10px 0;
  max-width: 50%;
}
.img-intro__right,
.img-full__right {
  float: right;
  margin: 0 0 10px 20px;
  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: #ffffff;
}
/*======================= HEADER =======================*/
#logo {
  padding-top: 37px;
  padding-bottom: 38px;
}
#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 {
  font-weight: 300;
  padding-top: 70px;
  padding-bottom: 58px;
}
.navigation ul.sf-menu {
  float: right;
  /*SubMenu Styles*/
}
.navigation ul.sf-menu > li {
  padding: 0;
  margin: 0 4px;
}
.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: #3abe6b;
  color: #ffffff;
}
.navigation ul.sf-menu > li > a,
.navigation ul.sf-menu > li > span {
  font-size: 18px;
  line-height: 115px;
  font-family: 'Open Sans', sans-serif;
  color: #333333;
  background: #ffffff;
  display: block;
  padding: 0 22px;
  -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: lowercase;
}
.navigation ul.sf-menu > li > a:hover,
.navigation ul.sf-menu > li > span:hover {
  background: #3abe6b;
  color: #ffffff;
}
.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 > ul {
  top: 115px;
  /*Define 1st SubMenu position*/
  background: #2e2e2e;
  left: 50%;
  margin-left: -59px !important;
}
.navigation ul.sf-menu > li > ul:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4.5px 5px 4.5px;
  border-color: transparent transparent #2e2e2e transparent;
  content: "";
  position: absolute;
  top: -5px;
  margin-left: -4.5px;
  left: 50%;
}
.navigation ul.sf-menu > li > ul > li > a,
.navigation ul.sf-menu > li > ul > li > span {
  color: #ababab;
}
.navigation ul.sf-menu > li > ul > li > a:hover,
.navigation ul.sf-menu > li > ul > li > span:hover {
  color: #ffffff;
}
.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: #ffffff;
}
.navigation ul.sf-menu > li > ul > li + li {
  background: url(../images/template/submenu2.png) 0 0 repeat-x;
}
.navigation ul.sf-menu ul {
  width: 90px;
  /*Define menu width*/
}
.navigation ul.sf-menu li li ul {
  /*Define SubMenu position*/
  top: -18px;
  left: 110px;
}
.navigation ul.sf-menu li li li ul {
  /*Define 2nd+ SubMenu position*/
  top: -18px;
  left: 110px;
}
.navigation ul.sf-menu ul {
  background: #ffffff;
  padding: 18px 14px;
}
.navigation ul.sf-menu ul li {
  padding: 7px 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: 13px;
  line-height: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #6a6a6a;
  background: none;
  display: block;
  padding: 0px 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: #3abe6b;
}
.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: #3abe6b;
}
.navigation ul.sf-menu ul li + li {
  background: url(../images/template/submenu1.png) 0 0 repeat-x;
}
.navigation ul.sf-menu.sf-vertical {
  width: 90px;
}
.navigation ul.sf-menu.sf-vertical li {
  width: 90px;
  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: 92px;
}
.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: 115px;
  padding-bottom: 115px;
  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: 117px;
  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: 90px;
  top: 115px;
}
.navigation .select-menu {
  margin-bottom: 30px !important;
}
.search-block {
  text-align: right;
}
.search-block input {
  max-width: 100%;
}
.masonry .item {
  margin-left: 0 !important;
}
/*======================= SHOWCASE =======================*/
#showcase-row {
  color: #ffffff;
  background: url(../images/template/maintopBg.png) center bottom no-repeat #787b7d;
  font-size: 16px;
  line-height: 22px;
  padding-top: 103px;
}
.mod-article-single .item__module {
  margin-bottom: 40px;
  overflow: hidden;
}
.mod-article-single .item__module .item-title {
  margin-bottom: 0;
}
.mod-article-single.custom {
  font-size: 18px;
  line-height: 28px;
  padding-bottom: 60px;
}
.mod-article-single.custom .readmore {
  display: inline-block;
  background: #3abe6b;
  color: #ffffff;
  text-shadow: none;
  margin-top: 23px;
  padding: 10px 29px 11px;
}
.mod-article-single.custom .readmore:hover {
  background: #1d2423;
  color: #ffffff;
  text-shadow: none;
}
.mod-newsflash-adv.border .item_content {
  border-top: 1px solid #3abe6b;
  padding-top: 60px;
  padding-right: 20px;
}
.mod-newsflash-adv.border .item_title {
  font-size: 40px;
  font-weight: 800;
  line-height: 43px;
}
.mod-newsflash-adv.business .item {
  margin-bottom: 96px;
}
.mod-newsflash-adv.business .item .item_content {
  border-top: 6px solid #3abe6b;
  padding-top: 68px;
}
.mod-newsflash-adv.business .item .item_content .item_title {
  color: #ffffff;
  font-size: 34px;
  font-weight: 300;
  line-height: 40px;
  margin: 26px 0 27px;
  padding-right: 10px;
}
.mod-newsflash-adv.business .item .item_content .item_title a {
  color: #ffffff;
}
.mod-newsflash-adv.business .item .item_content .item_title a:hover {
  color: #3abe6b;
}
.mod-newsflash-adv.business .item .item_content .item_introtext {
  padding-bottom: 21px;
}
.mod-newsflash-adv.business .item .item_content .readmore {
  background: #3abe6b;
  color: #ffffff;
  text-shadow: none;
  padding: 10px 27px 11px;
}
.mod-newsflash-adv.business .item .item_content .readmore:hover {
  background: #ffffff;
  color: #404040;
  text-shadow: none;
}
.mod-newsflash-adv.drop .dropcap {
  float: left;
  font-size: 24px;
  font-weight: 600;
  line-height: 66px;
  background: #3abe6b;
  color: #ffffff;
  text-shadow: none;
  width: 66px;
  text-align: center;
  margin-right: 20px;
}
.mod-newsflash-adv .isotope {
  margin: 0 -1.5%;
}
.mod-newsflash-adv .isotope-item {
  padding: 0 1.5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  float: left;
}
.mod-newsflash-adv .isotope-item.straightDown {
  text-align: center;
}
/*======================= FEATURE =======================*/
#feature-row {
  padding-top: 70px;
  padding-bottom: 20px;
}
/*======================= MAINTOP =======================*/
#maintop-row {
  background: #f5f5f5;
  color: #9d9d9d;
  text-shadow: none;
  padding-top: 60px;
  padding-bottom: 40px;
}
/*======================= CONTENT TOP =======================*/
/*======================= CONTENT =======================*/
#content-row {
  padding-top: 60px;
  padding-bottom: 28px;
}
#component {
  min-height: 0;
}
.item {
  margin-bottom: 40px;
}
.item:after {
  content: '';
  display: block;
  clear: both;
}
.page-header {
  border: none;
  padding: 0;
  margin: 0;
}
.item_info_dl {
  margin: 0 0 20px;
}
.item_info_dl dd {
  margin: 0;
  display: inline;
}
.item_info_dl dd > * {
  display: inline;
}
.item_info_dl dd .fa {
  color: #3abe6b;
  font-size: 18px;
}
.item_info_dl dd.komento {
  float: right;
}
.item_info_dl dd a {
  color: #393939;
}
.item_info_dl dd a:hover {
  color: #3abe6b;
}
.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 .moduleTitle.border {
  padding-bottom: 27px;
  position: relative;
}
.moduletable .moduleTitle.border:after {
  border-bottom: 1px solid #3abe6b;
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 556px;
  margin-left: -278px;
}
/*===== 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 ======*/
.tags {
  clear: both;
}
.addthis_toolbox {
  padding-top: 14px;
}
/*======================= CONTENT BOTTOM =======================*/
/*======================= ASIDE RIGHT =======================*/
aside .moduletable {
  margin-bottom: 40px;
}
.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: #404040;
  color: #a3a3a3;
  text-shadow: none;
}
ul.icons {
  display: table;
  margin: 14px 0 12px;
  width: 100%;
}
ul.icons li {
  display: table-cell;
  text-align: center;
}
ul.icons li a img,
ul.icons li span.separator img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
}
/*======================= BOTTOM =======================*/
#bottom-row .mod-article-single .item__module {
  margin-bottom: 0;
}
.map_wrapper .map {
  height: 310px !important;
}
/*======================= FOOTER =======================*/
#footer-wrapper {
  background: #f5f5f5;
  color: #525252;
  text-shadow: none;
}
#footer-wrapper .footer-wrapper-inner {
  background: #f5f5f5;
  color: #525252;
  text-shadow: none;
}
#footer-row {
  background: #ffffff;
  color: #8e8e8e;
  text-shadow: none;
  padding-top: 72px;
}
#copyright-row {
  border-top: 5px solid #e8e8e8;
  padding-top: 64px;
}
#copyright {
  font-weight: 600;
  line-height: 38px;
  letter-spacing: 1px;
  margin-bottom: 60px;
  text-transform: uppercase;
}
#copyright .year {
  display: inline-block;
}
#copyright .year:after {
  content: url(../images/template/bull.png);
  float: right;
  padding: 0 4px 0 7px;
  margin-top: -3px;
}
#copyright a {
  color: #525252;
}
#copyright a:hover {
  color: #3abe6b;
}
.newsletter header {
  float: left;
}
.newsletter header .moduleTitle {
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 18px;
  text-transform: capitalize;
}
.newsletter .acymailing_modulenewsletter,
.newsletter.acymailing_module {
  /*float: right;*/
}
.newsletter .acymailing_modulenewsletter .acymailing_fulldiv form,
.newsletter.acymailing_module .acymailing_fulldiv form {
  margin-bottom: 0;
}
.newsletter .acymailing_modulenewsletter .acymailing_fulldiv form .acymailing_module_form .acymailing_form,
.newsletter.acymailing_module .acymailing_fulldiv form .acymailing_module_form .acymailing_form {
  float: right;
  width: 100%;
  max-width: 66%;
  overflow: hidden;
  margin-bottom: 68px;
  padding-top: 15px;
}
.newsletter .acymailing_modulenewsletter .acymailing_fulldiv form .acymailing_module_form .acymailing_form p,
.newsletter.acymailing_module .acymailing_fulldiv form .acymailing_module_form .acymailing_form p {
  width: 100%;
  margin: 0;
  padding: 0;
}
.newsletter .acymailing_modulenewsletter .acymailing_fulldiv form .acymailing_module_form .acymailing_form p input.inputbox,
.newsletter.acymailing_module .acymailing_fulldiv form .acymailing_module_form .acymailing_form p input.inputbox {
  color: #8e8e8e;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  line-height: 22px;
  margin: 0;
  height: 67px;
  padding: 18px 26px;
}
.newsletter .acymailing_modulenewsletter .acymailing_fulldiv form .acymailing_module_form .acymailing_form p.fieldacyemail,
.newsletter.acymailing_module .acymailing_fulldiv form .acymailing_module_form .acymailing_form p.fieldacyemail {
  float: left;
  max-width: 70%;
}
.newsletter .acymailing_modulenewsletter .acymailing_fulldiv form .acymailing_module_form .acymailing_form p.fieldacyemail .inputbox,
.newsletter.acymailing_module .acymailing_fulldiv form .acymailing_module_form .acymailing_form p.fieldacyemail .inputbox {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
}
.newsletter .acymailing_modulenewsletter .acymailing_fulldiv form .acymailing_module_form .acymailing_form p.acysubbuttons,
.newsletter.acymailing_module .acymailing_fulldiv form .acymailing_module_form .acymailing_form p.acysubbuttons {
  float: right;
  max-width: 28%;
}
.newsletter .acymailing_modulenewsletter .acymailing_fulldiv form .acymailing_module_form .acymailing_form p.acysubbuttons .subbutton,
.newsletter.acymailing_module .acymailing_fulldiv form .acymailing_module_form .acymailing_form p.acysubbuttons .subbutton {
  background: url(../images/template/subbutton.png) 82% center no-repeat #3abe6b;
  border: none;
  font-size: 24px;
  font-weight: 600;
  line-height: 67px;
  padding: 0 60px 0 10px;
  text-transform: uppercase;
  width: 100%;
}
.newsletter .acymailing_modulenewsletter .acymailing_fulldiv form .acymailing_module_form .acymailing_form p.acysubbuttons .subbutton:hover,
.newsletter.acymailing_module .acymailing_fulldiv form .acymailing_module_form .acymailing_form p.acysubbuttons .subbutton:hover {
  background: url(../images/template/subbutton.png) 82% center no-repeat #404040;
}
.newsletter .acymailing_modulenewsletter .acymailing_fulldiv form .acymailing_module_form .acymailing_finaltext,
.newsletter.acymailing_module .acymailing_fulldiv form .acymailing_module_form .acymailing_finaltext {
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
  width: 100%;
  max-width: 33%;
  margin-bottom: 68px;
}
/*===== Social Media ======*/
.social {
  margin: 0 0 60px;
  text-align: center;
}
.social li {
  display: inline;
  list-style: none;
  margin: 0 13px;
}
.social li a {
  display: inline-block;
  width: 38px;
  height: 38px;
  -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;
  overflow: hidden;
  background-color: #d8d8d8;
  text-align: center;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  color: white;
}
.social li a.fa {
  position: relative;
}
.social li a.fa:before {
  font: 18px/38px FontAwesome;
  position: absolute;
  left: 0;
  top: 0;
  width: 38px;
  text-align: center;
}
.social li a:hover {
  background-color: #535353;
  color: white;
}
ul.link {
  margin: 7px 0 60px;
}
ul.link li {
  display: inline-block;
  line-height: 24px;
}
ul.link li a {
  display: inline-block !important;
  font-size: 16px;
  font-style: italic;
}
ul.link li a.mail {
  background: url(../images/template/mail.png) 0 0 no-repeat;
  padding-left: 40px;
}
ul.link li a.mail:hover {
  background: url(../images/template/mail.png) 0 bottom no-repeat !important;
}
