.clearfix {
  *zoom: 1;
}
#cadre_alert_cookies {
    right: auto !important;
    font-size: 13px;
    line-height: 19px;
}
.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: #302351;
}
h1 {
  font-family: 'Oxygen', 'sans-serif';
  font-weight: normal;
  text-transform: initial;
  font-size: 35px;
  line-height: 59px;
  letter-spacing: 4px;
}
h2 {
  font-family: 'Oxygen', 'sans-serif';
  font-weight: normal;
  text-transform: initial;
  font-size: 26px;
  line-height: 34px;
}
h3 {
  font-family: 'Oxygen', 'sans-serif';
  font-weight: normal;
  text-transform: initial;
  font-size: 60px;
  line-height: 72px;
  margin-bottom: 52px;
}
h4 {
  font-family: 'Oxygen', 'sans-serif';
  font-weight: normal;
  text-transform: initial;
  font-size: 24px;
  line-height: 34px;
}
h5 {
  font-family: 'Oxygen', 'sans-serif';
  font-weight: normal;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
  margin-bottom: 16px;
}
h6 {
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  font-family: 'Oxygen', 'sans-serif';
  font-weight: normal;
  margin-bottom: 28px;
}
.alert-heading {
  color: inherit;
}
p {
  margin: 0;
  padding-bottom: 21px;
}
.icons-marker {
  font-size: 15.6px;
  line-height: 21px;
}
/*Buttons*/
.btn {
  padding: 4px 14px;
  font-size: 13px;
  line-height: 21px;
  background: #ffffff;
  color: #9a9a9a;
  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 {
  color: #302351;
  border: none;
  outline: none !important;
  text-transform: uppercase;
  padding: 0 0 0 17px;
  background: url(../images/btn.png) 0 55% no-repeat !important;
  font-size: 12px;
  font-family: 'Oxygen', 'sans-serif';
  line-height: 18px;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.btn-primary:hover,
.btn-small:hover {
  color: #616161;
}
.btn-primary.submitButton,
.btn-small.submitButton {
  float: right;
}
.btn-primary.disabled,
.btn-small.disabled {
  color: #616161;
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-primary:focus,
.btn-small:focus,
.btn-primary:active,
.btn-small:active {
  color: #302351;
}
.btn-primary:focus:hover,
.btn-small:focus:hover,
.btn-primary:active:hover,
.btn-small:active:hover {
  color: #616161;
}
.btn-info {
  color: #302351;
  text-transform: uppercase;
  padding: 0 0 0 17px;
  background: url(../images/btn.png) 0 55% no-repeat !important;
  font-size: 12px;
  font-family: 'Oxygen', 'sans-serif';
  border: none;
  line-height: 18px;
  outline: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.btn-info:hover {
  color: #616161;
}
.btn-info:focus,
.btn-info:active {
  color: #302351;
}
.btn-info:focus:hover,
.btn-info:active:hover {
  color: #616161;
}
.btn-info.active {
  color: #616161;
}
.btn-group .btn-info {
  margin: 0 10px 10px 0;
}
#searchForm .btn.btn-primary {
  height: 28px;
  background: none !important;
  padding-left: 0;
}
/*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 30px;
}
.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: center;
}
.pagination ul li {
  display: inline-block;
}
.pagination ul li .pagenav,
.pagination ul li .hasTooltip {
  font: 800 14px/18px;
  text-transform: none;
  color: #555555;
  -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: #555555;
}
.pagination ul li a.pagenav,
.pagination ul li a.hasTooltip {
  color: #302351;
}
.pagination ul li a.pagenav:hover,
.pagination ul li a.hasTooltip:hover {
  background: none;
  color: #616161;
}
.pagination ul li.num span.pagenav,
.pagination ul li.num span.hasTooltip {
  color: #616161;
}
/*Forms*/
input[type='radio'],
input[type='checkbox'] {
  margin: -2px 0 0;
}
/* Images */
.item_img,
.category_img {
  margin: 0 0 21px;
  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: #302351;
}
.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 30px 9px 0;
  max-width: 50%;
}
.img-intro__right,
.img-full__right {
  float: right;
  margin: 0 0 9px 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;
}
html {
  background: url(../images/texture.jpg) 50% 0;
}
body {
  background: none;
}
#wrapper {
  position: relative;
}
#wrapper:before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1452px;
  margin-left: -726px;
  background: #fff;
  bottom: 351px;
  content: '';
  z-index: -1;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.26);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.26);
}
/*======================= TOP =======================*/
/*======================= HEADER =======================*/
#header-row {
  padding: 57px 0 26px;
}
#logo {
  text-align: center;
}
#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%;
}
#navigation-row .container-fluid {
  padding: 0 0 39px;
  position: relative;
}
#navigation-row .container-fluid:after {
  position: absolute;
  top: 100%;
  height: 1px;
  left: 0;
  width: 100%;
  content: '';
  background: #e8e8e8;
}
.navigation ul.sf-menu {
  display: table;
  margin: 0 auto;
  /*SubMenu Styles*/
}
.navigation ul.sf-menu > li {
  padding: 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 {
  color: #302351;
  border-bottom: 3px solid #302351;
}
.navigation ul.sf-menu > li + li {
  margin-left: 5px;
}
.navigation ul.sf-menu > li > a,
.navigation ul.sf-menu > li > span {
  font-size: 14px;
  line-height: 19px;
  font-family: 'Oxygen', 'sans-serif';
  color: #1a1e36;
  text-transform: uppercase;
  display: block;
  padding: 0 6px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-bottom: 3px solid transparent;
}
.navigation ul.sf-menu > li > a:hover,
.navigation ul.sf-menu > li > span:hover {
  color: #302351;
  border-bottom: 3px solid #302351;
}
.navigation ul.sf-menu li > ul {
  top: 19px;
  /*Define 1st SubMenu position*/
}
.navigation ul.sf-menu ul {
  width: 265px;
  /*Define menu width*/
}
.navigation ul.sf-menu li li ul {
  /*Define SubMenu position*/
  top: -24px;
  left: 125px;
}
.navigation ul.sf-menu li li li ul {
  /*Define 2nd+ SubMenu position*/
  top: -24px;
  left: 125px;
}
.navigation ul.sf-menu ul {
  background: #1a1e36;
  padding: 24px 0;
}
.navigation ul.sf-menu ul ul {
  background: #302351;
}
.navigation ul.sf-menu ul ul li.active > a,
.navigation ul.sf-menu ul ul li.sfHover > a,
.navigation ul.sf-menu ul ul li.active > span,
.navigation ul.sf-menu ul ul li.sfHover > span {
  font-weight: normal;
  color: #000;
}
.navigation ul.sf-menu ul ul li > a:hover,
.navigation ul.sf-menu ul ul li > span:hover {
  font-weight: normal;
  color: #000;
}
.navigation ul.sf-menu ul li.open > .sub-menu {
  display: block !important;
}
.navigation ul.sf-menu ul li a,
.navigation ul.sf-menu ul li span {
  font-size: 12px;
  line-height: 22px;
  font-family: Arial, Helvetica, Arial, sans-serif;
  color: #ffffff;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 6px 20px;
}
.navigation ul.sf-menu ul li a:hover,
.navigation ul.sf-menu ul li span:hover {
  color: #ffffff;
  font-weight: bold;
}
.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: #ffffff;
  font-weight: bold;
}
.navigation ul.sf-menu ul li.firstItem {
  border: none;
}
.navigation ul.sf-menu.sf-vertical {
  width: 125px;
}
.navigation ul.sf-menu.sf-vertical li {
  width: 125px;
  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: 127px;
}
.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: 19px;
  padding-bottom: 19px;
  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: 21px;
  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: 125px;
  top: 19px;
}
.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;
}
/*======================= FEATURE =======================*/
.top_blocks {
  margin-top: -12%;
  font-size: 12px;
  line-height: 18px;
}
.top_blocks .item_img {
  margin-bottom: 0;
}
.top_blocks .item_content {
  border: 1px solid #d6d6d6;
  border-top: none;
  padding: 30px 15px 32px 28px;
  background: transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.top_blocks .item_content .item_title {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.top_blocks .item_content .item_title a {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.top_blocks .item_content .item_title a:hover {
  color: #585858 !important;
}
.top_blocks .item_content:hover {
  background: #302351;
  border: 1px solid #302351;
  border-top: none;
  color: #fff;
}
.top_blocks .item_content:hover .item_title {
  color: #fff;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.1);
}
.top_blocks .item_content:hover .btn-info {
  color: #fff;
}
.top_blocks .btn-info {
  padding: 0;
  background: none !important;
  font-family: Arial, Helvetica, Arial, sans-serif;
  color: #585858;
}
.top_blocks .btn-info:hover {
  color: #585858 !important;
}
.top_blocks p {
  padding-bottom: 14px;
}
/*======================= MAINTOP =======================*/
#maintop-row {
  padding: 54px 0 0;
}
.slogan {
  text-align: center;
}
.slogan .moduleTitle {
  max-width: 900px;
  margin: 0 auto 8px;
}
.slogan .mod-custom__slogan {
  display: none;
}
/*======================= CONTENT TOP =======================*/
.moduletable.title {
  text-align: center;
}
.moduletable.title .mod-custom__title {
  display: none;
}
/*======================= CONTENT =======================*/
#content-row {
  padding: 50px 0 40px;
}
#component {
  min-height: 0;
}
.item {
  margin-bottom: 18px;
}
.item:after {
  content: '';
  display: block;
  clear: both;
}
.page-header {
  border: none;
  padding: 0;
  margin: 0;
}
.item_info_dl {
  margin: 0 0 21px;
}
.item_info_dl dd {
  margin: 0;
  display: inline;
  white-space: nowrap;
}
.item_info_dl dd > * {
  display: inline;
}
.item_info_dl dd .item_published span {
  color: #616161;
}
.item_icons.btn-group.pull-right {
  margin: 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;
}
/*===== Gallery Page ======*/
.page-gallery .page_header {
  text-align: center;
}
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: 21px;
  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 21px 21px 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 {
  margin: 0 0 30px;
  border-left: none;
  border: 1px solid #d6d6d6;
  padding: 30px 27px 35px 29px;
  position: relative;
}
blockquote:before {
  position: absolute;
  content: '';
  bottom: -19px;
  left: 30px;
  border-top: 9px solid #d6d6d6;
  border-left: 9px solid #d6d6d6;
  border-bottom: 9px solid transparent;
  border-right: 9px solid transparent;
}
blockquote:after {
  position: absolute;
  content: '';
  bottom: -17px;
  left: 31px;
  border-top: 9px solid #fff;
  border-left: 9px solid #fff;
  border-bottom: 9px solid transparent;
  border-right: 9px solid transparent;
}
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 {
  font: inherit;
  color: #585858;
  display: block;
}
/*===== Team Page ======*/
.page-category__team .item_introtext {
  overflow: hidden;
}
/*===== Blog Page ======*/
.page-blog .page_header {
  text-align: center;
}
.tags {
  clear: both;
}
.addthis_toolbox {
  padding-top: 13px;
}
/*======================= CONTENT BOTTOM =======================*/
#content-bottom-row {
  position: relative;
  padding: 56px 0 63px;
}
#content-bottom-row:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #e9e8e8;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  z-index: -1;
}
.welcome {
  font-size: 12px;
  line-height: 18px;
  color: #1a1e36;
}
.welcome > * {
  padding-left: 50px;
  padding-right: 50px;
}
.welcome h2 {
  color: #302351;
  letter-spacing: 2px;
  margin-bottom: 3px;
}
.welcome .item-title {
  max-width: 330px;
}
.welcome p {
  padding-bottom: 15px;
}
.welcome .btn-info {
  color: #2f2f2f;
}
.welcome .btn-info:hover {
  color: #302351;
}
.welcome_img {
  padding-top: 24px;
  padding-right: 52px;
}
.mod-newsflash-adv__services_top_blocks {
  padding-left: 49px;
  padding-right: 69px;
}
.mod-newsflash-adv__services_top_blocks .item {
  margin-bottom: 0;
}
.mod-newsflash-adv__services_top_blocks .item .list2 ul {
  margin-bottom: 0;
}
.mod-newsflash-adv__services_top_blocks .item .item_content {
  padding-right: 20px;
}
/*======================= 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;
  list-style: none;
  background: url(../images/list_marker.png) 0 20px no-repeat;
  padding: 14px 0 14px 19px;
  font-size: 13px;
}
.archive-module li + li,
.categories-module li + li,
.mod-menu .nav.menu li + li,
.list1 ul li + li {
  border-top: 1px solid #ececec;
}
.archive-module li a,
.categories-module li a,
.mod-menu .nav.menu li a,
.list1 ul li a {
  display: inline;
  color: #616161;
  background: none !important;
}
.archive-module li a:hover,
.categories-module li a:hover,
.mod-menu .nav.menu li a:hover,
.list1 ul li a:hover {
  color: #302351;
}
.list2 ul {
  margin: 0 0 17px;
}
.list2 ul li {
  text-transform: uppercase;
  list-style: none;
  background: url(../images/list_marker.png) 0 20px no-repeat;
  padding: 14px 0 14px 19px;
  font-size: 13px;
}
.list2 ul li + li {
  border-top: 1px solid #ececec;
}
.list2 ul li a {
  display: inline;
}
.list2 ul li a:hover {
  background: none;
}
.tagspopular ul {
  margin: 0;
}
.tagspopular ul li {
  list-style: none;
  display: inline-block;
  padding: 0 15px 12px 0;
}
#aside-right .moduletable + .moduletable {
  border-top: 1px solid #e8e8e8;
  margin-top: 50px;
  padding-top: 50px;
}
/*======================= MAINBOTTOM =======================*/
.clients {
  padding: 30px 0 63px;
}
.clients ul {
  list-style: none;
  margin: 0;
}
.clients ul li {
  display: inline;
  vertical-align: middle;
}
.clients ul li + li {
  margin-left: 51px;
}
.choose {
  position: relative;
  padding: 50px 0 50px;
}
.choose:before {
  content: '';
  position: absolute;
  left: 30px;
  right: 0;
  height: 1px;
  top: 0;
  background: #e8e8e8;
}
.choose .moduleTitle {
  text-align: center;
}
.choose .item_content {
  border: 1px solid #d6d6d6;
  position: relative;
  padding: 28px 25px 9px 79px;
}
.choose .item_content:before {
  position: absolute;
  font-family: FontAwesome;
  content: '\f00c';
  color: #4c4c4c;
  font-size: 30px;
  line-height: 30px;
  left: 29px;
  top: 30px;
}
.choose .item_content h4 {
  color: #302351;
}
.choose .item {
  margin-bottom: 30px;
}
.sevices {
  padding: 0 0 46px;
}
.sevices .moduleTitle {
  text-align: center;
}
.sevices .item_img {
  border: 1px solid #e9e8e8;
  margin-bottom: 0;
}
.sevices .item_content {
  border: 1px solid #e9e8e8;
  border-top: none;
  padding: 28px 20px 10px 29px;
}
.sevices .item {
  margin-bottom: 30px;
}
/*======================= BOTTOM =======================*/
#bottom-row .container-fluid {
  position: relative;
  padding: 49px 0 62px;
  border-top: 1px solid #e8e8e8;
}
.offer .moduleTitle {
  text-align: center;
}
.offer .item_content {
  overflow: hidden;
}
.offer .item_content p {
  padding-bottom: 7px;
}
.offer .img-intro__left {
  margin-right: 16px;
}
.offer .img-intro__left a:after {
  display: none;
}
.team {
  padding: 0 0 50px;
}
.team .moduleTitle {
  text-align: center;
}
.team .item_title {
  color: #302351;
}
.team .item_title a:hover {
  color: #616161;
}
.testimonials {
  position: relative;
  padding: 50px 0 0;
}
.testimonials:before {
  content: '';
  position: absolute;
  left: 30px;
  right: 0;
  height: 1px;
  background: #e8e8e8;
  top: 0;
}
.testimonials .moduleTitle {
  text-align: center;
}
.testimonials .item_introtext a {
  margin-left: 3px;
}
/*======================= FOOTER =======================*/
#footer-row {
  padding: 58px 0 75px;
}
.contacts {
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 30px;
  font-family: 'Oxygen', 'sans-serif';
}
.contacts .phone {
  background: url(../images/phone.png) 0 50% no-repeat;
  padding: 0 32px 0 31px;
}
.contacts .mail {
  background: url(../images/mail.png) 0 50% no-repeat;
  padding: 0 0 0 34px;
}
.contacts a {
  color: inherit;
}
.contacts a:hover {
  color: #302351;
}
#copyright-row {
  background: #1a1e36;
  margin: 0 auto;
  max-width: 1452px;
  color: #fff;
  padding: 40px 0 54px;
}
.footer_list .mod-menu .nav.menu li {
  background: url(../images/footer_marker.gif) 0 8px no-repeat;
  padding: 0 0 9px 10px;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: Arial, Helvetica, Arial, sans-serif;
}
.footer_list .mod-menu .nav.menu li a {
  color: inherit;
}
.footer_list .mod-menu .nav.menu li a:hover {
  text-decoration: underline !important;
}
.footer_list .mod-menu .nav.menu li.current a {
  text-decoration: underline !important;
}
.footer_list .mod-menu .nav.menu li + li {
  border: none;
}
#copyright {
  float: right;
  font-size: 11px;
  font-family: Arial, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  padding-bottom: 15px;
}
#copyright .year:after {
  content: '|';
  padding: 0 0 0 4px;
}
#copyright .siteName {
  font-family: 'Oxygen', 'sans-serif';
  font-size: 18px;
}
#copyright a {
  color: inherit;
}
#copyright a:hover {
  color: #bbb;
}
.address {
  font-size: 12px;
  font-family: Arial, Helvetica, Arial, sans-serif;
  line-height: 18px;
}
/*===== Social Media ======*/
.social {
  margin: 0;
  padding: 0 0 20px;
}
.social li {
  margin: 0 0 0 3px;
}
.social li a {
  width: 47px;
  height: 0px;
  padding-top: 47px;
  background-color: #f0edea;
  -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;
  opacity: 1;
  filter: alpha(opacity=100);
}
.social li a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* ***************************************** ADD CSS */

.slogan > header > .moduleTitle {
	text-transform: initial;
	font-size: 40px;
    letter-spacing: 2px;
}

.com-baforms-wrapper [class*="span"]:first-child {
    padding-left: 0;
}
/* EXO 20250825 */
.com_content.view-category .top_blocks {
	/* margin-top: 0%; */
	/* font-size: 12px;
	line-height: 18px; */
}
/* /EXO 20250825 */