.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: 30px;
  -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: #444444;
}
h1 {
  font-size: 57px;
  font-weight: 300;
  line-height: 60px;
  margin: 0;
  color: #d53c5f;
  text-transform: none;
}
h2 {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 47px;
  color: #d53c5f;
  margin-bottom: 12px;
  letter-spacing: -2px;
}
h3 {
  color: #444444;
  font-weight: 300;
  font-size: 38px;
  line-height: 40px;
  letter-spacing: -2px;
  margin-bottom: 21px;
}
h4 {
  color: #d53c5f;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
}
.alert-heading {
  color: inherit;
}
p {
  margin: 0;
  padding-bottom: 20px;
}
.body__home p {
  padding-bottom: 14px;
}
.icons-marker {
  font-size: 16.8px;
  line-height: 20px;
}
/*Buttons*/
.btn {
  padding: 4px 14px;
  font-size: 14px;
  line-height: 20px;
  background: #ffffff;
  color: #949595;
  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-primary {
  background: #af3651;
  color: #ffffff;
  text-shadow: none;
  border-top: 1px solid rgba(0, 0, 0, 0.31);
  border-left: 1px solid rgba(0, 0, 0, 0.31);
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  border-right: 1px solid rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 40px;
  height: 42px;
  padding: 0 18px;
  outline: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.btn-primary:hover {
  color: #ffffff;
  text-shadow: none;
  background-color: #cd385a;
  background-image: -moz-linear-gradient(top, #d53c5f, #c13353);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d53c5f), to(#c13353));
  background-image: -webkit-linear-gradient(top, #d53c5f, #c13353);
  background-image: -o-linear-gradient(top, #d53c5f, #c13353);
  background-image: linear-gradient(to bottom, #d53c5f, #c13353);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd53c5f', endColorstr='#ffc13353', GradientType=0);
  border-color: #c13353 #c13353 #842339;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #c13353;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-bottom: 1px solid rgba(0, 0, 0, 0.31);
  border-right: 1px solid rgba(0, 0, 0, 0.31);
  border-top: 1px solid rgba(0, 0, 0, 0);
  border-left: 1px solid rgba(0, 0, 0, 0);
}
.btn-primary:hover:hover,
.btn-primary:hover:focus,
.btn-primary:hover:active,
.btn-primary:hover.active,
.btn-primary:hover.disabled,
.btn-primary:hover[disabled] {
  color: #ffffff;
  background-color: #c13353;
  *background-color: #ad2e4a;
}
.btn-primary:hover:active,
.btn-primary:hover.active {
  background-color: #992842 \9;
}
.btn-primary.submitButton {
  float: right;
}
.btn-primary.disabled {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #ffffff;
  text-shadow: none;
  background-color: #cd385a;
  background-image: -moz-linear-gradient(top, #d53c5f, #c13353);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d53c5f), to(#c13353));
  background-image: -webkit-linear-gradient(top, #d53c5f, #c13353);
  background-image: -o-linear-gradient(top, #d53c5f, #c13353);
  background-image: linear-gradient(to bottom, #d53c5f, #c13353);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd53c5f', endColorstr='#ffc13353', GradientType=0);
  border-color: #c13353 #c13353 #842339;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #c13353;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-bottom: 1px solid rgba(0, 0, 0, 0.31);
  border-right: 1px solid rgba(0, 0, 0, 0.31);
  border-top: 1px solid rgba(0, 0, 0, 0);
  border-left: 1px solid rgba(0, 0, 0, 0);
}
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary.disabled.disabled,
.btn-primary.disabled[disabled] {
  color: #ffffff;
  background-color: #c13353;
  *background-color: #ad2e4a;
}
.btn-primary.disabled:active,
.btn-primary.disabled.active {
  background-color: #992842 \9;
}
.btn-info {
  background: #af3651;
  color: #ffffff;
  text-shadow: none;
  border-top: 1px solid rgba(0, 0, 0, 0.31);
  border-left: 1px solid rgba(0, 0, 0, 0.31);
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  border-right: 1px solid rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 40px;
  height: 42px;
  padding: 0 18px;
  outline: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.btn-info:hover {
  color: #ffffff;
  text-shadow: none;
  background-color: #cd385a;
  background-image: -moz-linear-gradient(top, #d53c5f, #c13353);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d53c5f), to(#c13353));
  background-image: -webkit-linear-gradient(top, #d53c5f, #c13353);
  background-image: -o-linear-gradient(top, #d53c5f, #c13353);
  background-image: linear-gradient(to bottom, #d53c5f, #c13353);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd53c5f', endColorstr='#ffc13353', GradientType=0);
  border-color: #c13353 #c13353 #842339;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #c13353;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-bottom: 1px solid rgba(0, 0, 0, 0.31);
  border-right: 1px solid rgba(0, 0, 0, 0.31);
  border-top: 1px solid rgba(0, 0, 0, 0);
  border-left: 1px solid rgba(0, 0, 0, 0);
}
.btn-info:hover:hover,
.btn-info:hover:focus,
.btn-info:hover:active,
.btn-info:hover.active,
.btn-info:hover.disabled,
.btn-info:hover[disabled] {
  color: #ffffff;
  background-color: #c13353;
  *background-color: #ad2e4a;
}
.btn-info:hover:active,
.btn-info:hover.active {
  background-color: #992842 \9;
}
#searchForm .btn.btn-primary {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  line-height: 30px;
  height: 30px;
}
/*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 0px;
}
.pagination ul {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin: 0 auto;
  width: 100%;
  text-align: left;
}
.pagination ul li {
  display: inline-block;
  margin: 0 10px 0 0;
}
.pagination ul li span,
.pagination ul li a {
  line-height: 24px;
  padding: 0 9px;
  text-transform: none;
  color: #ffffff;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  border: none;
  box-shadow: none;
  font-size: 12px;
}
.pagination ul li span {
  color: #ffffff;
  background: #af3651;
  border: 1px solid #af3651;
}
.pagination ul li a {
  color: #949595;
  background: #ffffff;
  border: 1px solid #d0d0d0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pagination ul li a:hover {
  background: #af3651;
  color: #ffffff;
  border: 1px solid #af3651;
}
/*Forms*/
input[type='radio'],
input[type='checkbox'] {
  margin: 3px 0 0;
}
/* Images */
.item_img,
.category_img {
  margin-bottom: 14px;
}
.item_img img {
  border: 1px solid #e8e8e8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.img-intro__left,
.img-full__left {
  float: left;
  margin: 0 24px 9px 0;
}
.img-intro__right,
.img-full__right {
  float: right;
  margin: 0 18px 9px 0;
}
.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);
}
/*======================= TOP =======================*/
/*======================= HEADER =======================*/
#header-row {
  border-bottom: 1px solid #e2e3e3;
  background: url(../images/top_tail.png) repeat-x #fdfdfd;
}
#header-row .container {
  position: relative;
}
#header-row .container:before,
#header-row .container:after {
  width: 1px;
  height: 100%;
  position: absolute;
  content: '';
  top: 0;
  display: block;
  background: #e5e5e5;
}
#header-row .container:before {
  left: 0;
}
#header-row .container:after {
  right: 0;
}
#logo {
  padding: 22px 0 0 31px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*======================= NAVIGATION =======================*/
.select-menu {
  display: none;
}
.navigation ul.sf-menu {
  position: relative;
  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;
  height: 118px;
  border-left: 1px solid #e5e5e5;
}
.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 {
  color: #d53c5f;
}
.navigation ul.sf-menu > li > a,
.navigation ul.sf-menu > li > span {
  font-size: 22px;
  line-height: 118px;
  font-family: 'Open Sans', sans-serif;
  color: #444444;
  height: 118px;
  display: block;
  padding: 0 27px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -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 {
  color: #d53c5f;
}
.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 > ul,
.navigation ul.sf-menu li.sfHover > ul {
  top: 118px;
  left: -1px;
}
.navigation ul.sf-menu ul {
  width:380px;
}
.navigation ul.sf-menu li li:hover ul,
.navigation ul.sf-menu li li.sfHover ul {
  top: -1px;
  left: 168px;
}
.navigation ul.sf-menu li li li:hover ul,
.navigation ul.sf-menu li li li.sfHover ul {
  top: -1px;
  left: 168px;
}
.navigation ul.sf-menu ul {
  background: #fdfefe;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #e5e5e5;
}
.navigation ul.sf-menu ul li a,
.navigation ul.sf-menu ul li span {
  font-size: 16px;
  line-height: 40px;
  font-family: 'Open Sans', sans-serif;
  color: #5f6166;
  display: block;
  padding: 0px 29px;
  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;
  width:auto;
}
.navigation ul.sf-menu ul li a:hover,
.navigation ul.sf-menu ul li span:hover {
  color: #d53c5f;
}
.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 {
  color: #d53c5f;
}
.navigation ul.sf-menu ul li + li {
  border-top: 1px solid #e5e5e5;
}
.navigation ul.sf-menu.sf-vertical {
  width: 168px;
  /*Define 1st SubMenu position*/

}
.navigation ul.sf-menu.sf-vertical li {
  width: 168px;
  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: 170px;
}
.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: 118px;
  padding-bottom: 118px;
  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: 120px;
  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: 168px;
  top: 118px;
}
.search-block {
  text-align: right;
}
.search-block input {
  max-width: 100%;
}
/*======================= 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;
}
.moduletable.slider {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  border-top: none;
}
/*======================= FEATURE =======================*/
.top_blocks {
  border-bottom: 1px solid #e5e5e5;
}
.top_blocks .item_content {
  background: url(../images/tail.png) 0 100% repeat-x #ffffff;
  display: block;
  padding: 21px 10px 8px 28px;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
.top_blocks .item_content h3 {
  margin: 0;
}
.top_blocks .item_content:hover {
  background: transparent;
  background-position: bottom;
}
.top_blocks .item_content .item_introtext h2 {
  display: inline-block;
  position: relative;
}
.top_blocks .item_content .item_introtext h2:after {
  content: '\f105';
  font-family: FontAwesome;
  color: #d53c5f;
  font-size: 34px;
  position: absolute;
  right: -20px;
  top: 2px;
  line-height: 40px;
}
.top_blocks .item_content .item_introtext p {
  text-transform: uppercase;
  color: #949595;
}
.top_blocks .item {
  margin: 0;
}
.top_blocks .item + .item .item_content {
  border-left: 0;
}
/*======================= MAINTOP =======================*/
/*======================= CONTENT TOP =======================*/
/*======================= CONTENT =======================*/
#content-row {
  padding: 36px 0 0;
}
#content-row .moduletable {
  background: #fdfefe;
  border: 1px solid #e5e5e5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 23px 30px 30px;
  margin-bottom: 37px;
}
#content-row .moduletable .item {
  margin-bottom: 0;
}
#component {
  min-height: 0;
}
#component > div[class*="page"] {
  background: #fdfefe;
  border: 1px solid #e5e5e5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 23px 35px 30px 30px;
  margin-bottom: 30px;
}
#component > div[class*="page"] .item_introtext {
  padding-bottom: 8px;
}
.container-fluid {
  padding: 0 !important;
}
.item {
  margin-bottom: 0;
}
.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_icons.btn-group.pull-right {
  margin: 0 0 10px 10px;
}
/*===== Gallery Page ======*/
ul.gallery {
  margin: 0 0 0 -36px;
}
ul.gallery .gallery-item {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 10px 36px;
  float: left;
  list-style: none;
}
ul.gallery .gallery-item .item_img {
  margin-right: 0;
  float: none;
  margin-bottom: 25px;
}
ul.gallery .gallery-item.straightDown {
  float: none;
}
ul.gallery .gallery-item.straightDown .item_img {
  float: left;
  margin: 0 20px 20px 0 !important;
}
/*===== Testimonials Page ======*/
.page-category__testimonials .item {
  margin-bottom: 30px;
}
blockquote {
  padding: 20px 0 0 10px;
  margin: 0;
  border-left: none;
  position: relative;
}
blockquote:before {
  content: '“';
  font-size: 122px;
  line-height: 80px;
  color: #e8e9e9;
  position: absolute;
  top: 0;
  left: 0;
}
blockquote p {
  margin-bottom: 0;
  padding: 0 0 20px;
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
  text-transform: uppercase;
  color: #d53c5f;
  font-style: italic;
  position: relative;
}
blockquote small {
  text-transform: uppercase;
  font-size: 14px;
  color: #444444;
}
blockquote small span {
  display: block;
  text-transform: none;
  color: #949595;
}
blockquote small:before {
  display: none;
}
i.upper {
  text-transform: uppercase;
  color: #d53c5f;
  font-weight: 600;
  display: block;
  padding-bottom: 10px;
}
i.upper + p.author {
  text-transform: uppercase;
  color: #444444;
  padding-bottom: 20px;
}
.page-blog .item_published,
.page-item__blog .item_published,
.page-archive .item_published {
  float: left;
  color: #d53c5f;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 28px;
  margin-right: 16px;
  text-align: center;
  margin-top: 6px;
}
.page-blog .item_published span,
.page-item__blog .item_published span,
.page-archive .item_published span {
  display: block;
  font-weight: 300;
  color: #444444;
  font-size: 42px;
}
.page-blog h4.item_title,
.page-item__blog h4.item_title,
.page-archive h4.item_title {
  margin-bottom: 0;
}
.page-blog .item-content,
.page-item__blog .item-content,
.page-archive .item-content,
.page-blog .intro,
.page-item__blog .intro,
.page-archive .intro {
  clear: both;
  padding-top: 3px;
}
.page-blog .item,
.page-item__blog .item,
.page-archive .item {
  margin-bottom: 22px;
}
.addthis_toolbox {
  padding-top: 14px;
}
/*======================= CONTENT BOTTOM =======================*/
.hipnosis .item p {
  padding: 0;
}
.hipnosis .item + .item {
  margin-top: 15px;
  border-top: 1px solid #e5e5e5;
  padding-top: 25px;
}
/*======================= ASIDE RIGHT =======================*/
.archive-module,
.categories-module,
.mod-menu .nav.menu,
.list1 ul {
  margin: 0;
}
.archive-module li,
.categories-module li,
.mod-menu .nav.menu li,
.list1 ul li {
  text-transform: uppercase;
  padding: 0 0 22px;
  list-style: none;
}
.archive-module li.lastItem,
.categories-module li.lastItem,
.mod-menu .nav.menu li.lastItem,
.list1 ul li.lastItem {
  padding-bottom: 0;
}
.archive-module li a,
.categories-module li a,
.mod-menu .nav.menu li a,
.list1 ul li a {
  display: inline-block;
  position: relative;
  padding: 0 0 0 24px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.archive-module li a:before,
.categories-module li a:before,
.mod-menu .nav.menu li a:before,
.list1 ul li a:before {
  content: '\f101';
  font-size: 19px;
  left: 0;
  top: 0;
  font-family: FontAwesome;
  position: absolute;
  color: #d9d8d8;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.archive-module li a:hover,
.categories-module li a:hover,
.mod-menu .nav.menu li a:hover,
.list1 ul li a:hover {
  background: none;
}
.archive-module li a:hover:before,
.categories-module li a:hover:before,
.mod-menu .nav.menu li a:hover:before,
.list1 ul li a:hover:before {
  color: #444444;
}
.dropcap {
  float: left;
  color: #e5e5e5;
  font-weight: 300;
  font-size: 42px;
  width: 66px;
}
.about {
  padding-bottom: 44px !important;
}
.about .item {
  padding: 11px 0 0;
}
.about .item + .item {
  margin-top: 15px;
  border-top: 1px solid #e5e5e5;
  padding-top: 25px;
}
.about .item p {
  padding: 0;
}
.about .item_title {
  overflow: hidden;
}
.about .item_introtext {
  clear: both;
}
.services .mod-menu .nav.menu li.lastItem {
  padding-bottom: 0;
  padding-top: 8px;
  text-transform: none;
}
.services .mod-menu .nav.menu li.lastItem a {
  padding: 0 18px;
}
.services .mod-menu .nav.menu li.lastItem a:before {
  content: '';
}
.services .mod-menu .nav.menu li.lastItem a:hover {
  color: #ffffff;
  text-shadow: none;
  background-color: #cd385a;
  background-image: -moz-linear-gradient(top, #d53c5f, #c13353);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d53c5f), to(#c13353));
  background-image: -webkit-linear-gradient(top, #d53c5f, #c13353);
  background-image: -o-linear-gradient(top, #d53c5f, #c13353);
  background-image: linear-gradient(to bottom, #d53c5f, #c13353);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd53c5f', endColorstr='#ffc13353', GradientType=0);
  border-color: #c13353 #c13353 #842339;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #c13353;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-bottom: 1px solid rgba(0, 0, 0, 0.31);
  border-right: 1px solid rgba(0, 0, 0, 0.31);
  border-top: 1px solid rgba(0, 0, 0, 0);
  border-left: 1px solid rgba(0, 0, 0, 0);
}
.services .mod-menu .nav.menu li.lastItem a:hover:hover,
.services .mod-menu .nav.menu li.lastItem a:hover:focus,
.services .mod-menu .nav.menu li.lastItem a:hover:active,
.services .mod-menu .nav.menu li.lastItem a:hover.active,
.services .mod-menu .nav.menu li.lastItem a:hover.disabled,
.services .mod-menu .nav.menu li.lastItem a:hover[disabled] {
  color: #ffffff;
  background-color: #c13353;
  *background-color: #ad2e4a;
}
.services .mod-menu .nav.menu li.lastItem a:hover:active,
.services .mod-menu .nav.menu li.lastItem a:hover.active {
  background-color: #992842 \9;
}
.testimonials .item + .item {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #e5e5e5;
}
.testimonials .mod-newsflash-adv_custom-link {
  padding: 22px 0 0 10px;
}
/*======================= MAINBOTTOM =======================*/
/*======================= BOTTOM =======================*/
/*======================= FOOTER =======================*/
#copyright-row {
  border-top: 1px solid #e1e1e1;
  padding: 30px 0 0;
}
#copyright {
  color: #d53c5f;
}
#copyright a {
  color: #444444;
  display: inline-block;
  margin-left: 4px;
}
#copyright a:hover {
  color: #d53c5f;
}
/*===== Social Media ======*/
.social {
  margin: 0;
}
.social li {
  margin: 0 0 0 15px;
}
.social li a {
  -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: 22px;
  color: #b9babc;
}
.social li a:hover {
  color: #444444;
}
