@media only screen and (min-width: 321px) and (max-width: 480px) {
  .menu-lingua {
float:none !important;
}
}

ul.maximenuck2 li.maximenuck {
  text-align: center !important;
}

  .menu-lingua {
float:right;
}

.sf-menu li.lastItem ul {
    left: auto !important;
    right: 0 !important;
}
.info{
float:left;
margin-left: -40px;
margin-top: -5px;  
}
.info img{
  width: 40px;
}

.breadcrumb {font-size: 12px;}


#ff_formdiv1 .bfQuickMode input[type="text"], #ff_formdiv1 .bfQuickMode textarea, #ff_formdiv1 .bfQuickMode select, #ff_formdiv1 .bfQuickMode .uneditable-input {
	border: 1px solid #999 !important;
   color: #333333 !important;
}

#ff_formdiv1 h4 {
  color: #353535;
  font-size: 30px;
  line-height: 24px;
  margin-bottom: 10px;
}

.bfQuickMode input[type="text"], .bfQuickMode textarea, .bfQuickMode select, .bfQuickMode .uneditable-input {
	border: 1px solid #999 !important;
   color: #333333 !important;
}

h4 {
  color: #353535;
  font-size: 30px;
  line-height: 24px;
  margin-bottom: 10px;
}

.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: 32px;
  -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: #7B0029;
}
h1 {
  font-size: 20px;
}
h2 {
  font-size: 20px;
  color: #80072a;
  line-height: 20px;
}
h3 {
  font-size: 40px;
  line-height: 40px;
  color: #3d3d3d;
  margin-bottom: 2px;
}
h4 {
  color: #353535;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 40px;
}
h5 {
  font: inherit;
  color: #454545;
}
h6 {
  font: inherit;
  color: #454545;
  margin: 0;
}
.alert-heading {
  color: inherit;
}
p {
  margin: 0;
  padding-bottom: 22px;
}
.icons-marker {
  font-size: 18px;
  line-height: 22px;
}
/*Buttons*/
.btn {
  padding: 4px 14px;
  font-size: 15px;
  line-height: 22px;
  background: #ffffff;
  color: #c6c6c6;
  text-shadow: none;
  border: 1px solid #e6e6e6;
  border-bottom-color: #e6e6e6;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  -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: #ffffff;
  color: #454545;
  -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: #7B0029;
  color: #ffffff;
  text-shadow: none;
  border: none;
  line-height: 35px;
  padding: 0 67px 0 67px;
  text-transform: lowercase;
  outline: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  position: relative;
}
.btn-primary:after {
  position: absolute;
  height: 5px;
  top: 50%;
  margin-top: -2px;
  right: 14px;
  width: 3px;
  background: url(../gif/btn-marker.gif);
  content: '';
}
.btn-primary:hover {
  background: #454545;
  color: #ffffff;
}
.btn-primary:hover:after {
  background-position: bottom;
}
.btn-primary.submitButton {
  float: right;
}
.btn-primary.disabled {
  opacity: 1;
  filter: alpha(opacity=100);
  background: #7B0029;
  color: #ffffff;
}
.btn-primary.disabled:after {
  background-position: bottom;
}
.btn-info {
  background: #ffffff;
  color: #454545;
  text-shadow: none;
  border: none;
  line-height: 35px;
  padding: 0 27px 0 13px;
  text-transform: lowercase;
  outline: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  position: relative;
}
.btn-info:after {
  position: absolute;
  height: 5px;
  top: 50%;
  margin-top: -2px;
  right: 14px;
  width: 3px;
  background: url(../gif/btn-marker.gif);
  content: '';
}
.btn-info:hover {
  background: #7B0029;
  color: #ffffff;
}
.btn-info:hover:after {
  background-position: bottom;
}
#searchForm .btn.btn-primary {
  padding-right: 13px;
  height: 32px;
}
#searchForm .btn.btn-primary:after {
  display: none;
}
/*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 21px;
}
.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 {
  line-height: 33px;
  font-size: 18px;
  padding: 0 12px;
  margin: 0 10px 0 0;
  text-transform: none;
  color: #ffffff;
  -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: #ffffff;
  background: #7B0029;
}
.pagination ul li a.pagenav,
.pagination ul li a.hasTooltip {
  color: #c6c6c6;
}
.pagination ul li a.pagenav:hover,
.pagination ul li a.hasTooltip:hover {
  background: #7B0029;
  color: #ffffff;
}
/*Forms*/
input[type='radio'],
input[type='checkbox'] {
  margin: 3px 0 0;
}
/* Images */
.item_img,
.category_img {
  margin-bottom: 22px;
  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;
  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:hover:after {
  font-size: 40px;
}
.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 40px 9px 0;
  max-width: 45%;
}
.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: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.well .hero-unit {
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
}
/*======================= TOP =======================*/
/*======================= HEADER =======================*/
#header-row {
  padding: 53px 0 55px;
  position: relative;
}
#header-row:after {
  position: absolute;
  top: 100%;
  left: 0;
  background: url(../jpg/top_line.jpg) 50% 0 no-repeat;
  height: 6px;
  width: 100%;
  content: '';
}
#logo a {
  margin-left: -1px;
}
/*======================= NAVIGATION =======================*/
.navigation ul.sf-menu {
  float: right;
  background: #fff;
  /*SubMenu Styles*/

  /*Define 1st SubMenu position*/

  /*Define menu width*/

  /*Define SubMenu position*/

  /*Define 2nd+ SubMenu position*/

}
.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: #3d3d3d;
}
.navigation ul.sf-menu > li.active > a:after,
.navigation ul.sf-menu > li.sfHover > a:after,
.navigation ul.sf-menu > li.current > a:after,
.navigation ul.sf-menu > li.active > span:after,
.navigation ul.sf-menu > li.sfHover > span:after,
.navigation ul.sf-menu > li.current > span:after,
.navigation ul.sf-menu > li.active > a:before,
.navigation ul.sf-menu > li.sfHover > a:before,
.navigation ul.sf-menu > li.current > a:before,
.navigation ul.sf-menu > li.active > span:before,
.navigation ul.sf-menu > li.sfHover > span:before,
.navigation ul.sf-menu > li.current > span:before {
  bottom: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
}
.navigation ul.sf-menu > li + li:before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  content: '';
  background: #d8d8d8;
  height: 15px;
  margin-top: -7px;
}
.navigation ul.sf-menu > li > a,
.navigation ul.sf-menu > li > span {
  font-size: 15px;
  line-height: 54px;
  font-family: 'PT Sans', sans-serif;
  color: #3d3d3d;
  height: 54px;
  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;
}
.navigation ul.sf-menu > li > a:after,
.navigation ul.sf-menu > li > span:after {
  position: absolute;
  content: '';
  background: #7B0029;
  height: 4px;
  width: 100%;
  bottom: 120%;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  pointer-events: none;
}
.navigation ul.sf-menu > li > a:before,
.navigation ul.sf-menu > li > span:before {
  position: absolute;
  content: '';
  border-top: 5px solid #7B0029;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  bottom: 120%;
  left: 50%;
  margin-left: -5px;
  margin-bottom: -5px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  pointer-events: none;
}
.navigation ul.sf-menu > li > a:hover,
.navigation ul.sf-menu > li > span:hover {
  color: #3d3d3d;
}
.navigation ul.sf-menu > li > a:hover:after,
.navigation ul.sf-menu > li > span:hover:after,
.navigation ul.sf-menu > li > a:hover:before,
.navigation ul.sf-menu > li > span:hover:before {
  bottom: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
}
.navigation ul.sf-menu li:hover > ul,
.navigation ul.sf-menu li.sfHover > ul {
  top: 54px;
}
.navigation ul.sf-menu ul {
  width: 250px;
}
.navigation ul.sf-menu li li:hover ul,
.navigation ul.sf-menu li li.sfHover ul {
  top: -18px;
  left: 210px;
}
.navigation ul.sf-menu li li li:hover ul,
.navigation ul.sf-menu li li li.sfHover ul {
  top: -18px;
  left: 120px;
}
.navigation ul.sf-menu ul {
  background: #3d3d3d;
  padding: 18px 0;
}
.navigation ul.sf-menu ul ul {
  background: #505050;
}
.navigation ul.sf-menu ul li a,
.navigation ul.sf-menu ul li span {
  font-size: 15px;
  line-height: 22px;
  font-family: 'PT Sans', sans-serif;
  color: #8b8b8b;
  display: block;
  text-decoration: none;
  padding: 0 20px;
  -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 {
  color: #ffffff;
}
.navigation ul.sf-menu ul li.active > a,
.navigation ul.sf-menu ul li.sfHover > a,
.navigation ul.sf-menu ul li.active > span,
.navigation ul.sf-menu ul li.sfHover > span {
  color: #ffffff;
}
.navigation ul.sf-menu.sf-vertical {
  width: 120px;
  /*Define 1st SubMenu position*/

}
.navigation ul.sf-menu.sf-vertical li {
  width: 120px;
  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: 122px;
}
.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: 54px;
  padding-bottom: 54px;
  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: 56px;
  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: 120px;
  top: 54px;
}
.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;
}
h1.slide-title {
  font-size: 70px;
  line-height: 70px;
  padding: 45px 0 0;
  margin: 0;
}
/*======================= FEATURE =======================*/
#feature-row {
  padding: 86px 0 72px;
}
.designs {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 480px;
  position: relative;
  font-size: 20px;
  line-height: 30px;
}
.designs .moduleTitle {
  padding: 15px 0 0;
}
.designs .btn-info {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 40px;
  text-transform: capitalize;
  line-height: 95px;
}
.designs .btn-info:after {
  background: #7B0029;
  height: 100%;
  right: 100%;
  width: 5px;
  top: 0;
  margin-top: 0;
}
.designs .btn-info:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0px;
  border-left: 5px solid #7B0029;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  margin-top: -5px;
}
/*======================= MAINTOP =======================*/
.results .moduleTitle {
  float: left;
  width: 40%;
  margin: 0;
  padding: 125px 0 132px;
  text-align: center;
}
.results .mod-custom {
  float: right;
  width: 60%;
  background: #fff;
  position: relative;
  padding: 45px 0% 35px 4%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.results .mod-custom:before {
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 5px;
  background: #7B0029;
  content: '';
}
.results .mod-custom:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 0px;
  border-left: 12px solid #7B0029;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  margin-top: -12px;
}
.results .mod-custom .col {
  width: 33%;
  float: left;
  text-align: center;
  position: relative;
}
.results .mod-custom .col + .col:before {
  position: absolute;
  width: 1px;
  content: '';
  background: #efefef;
  left: 0;
  top: 50%;
  margin-top: -29px;
  height: 58px;
}
.results .mod-custom .col strong {
  display: block;
  font-size: 70px;
  color: #3d3d3d;
  line-height: 75px;
}
.projects {
  margin-bottom: 81px;
}
.projects .item {
  background: #fff;
  margin: 0;
}
.projects .item_img {
  width: 50%;
  margin: 0;
  position: relative;
}
.projects .item_img:after {
  position: absolute;
  content: '';
  z-index: 999;
  top: 50%;
  margin-top: -9px;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
}
.projects .item_content {
  overflow: hidden;
  padding: 53px 30px 0 44px;
}
.projects .item_content h4 {
  margin-bottom: 21px;
}
.projects .item_content .btn-info {
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  text-indent: 9999px;
  background: #f5f5f5;
  height: 32px;
  width: 32px;
  padding: 0;
  display: block;
}
.projects .item_content .btn-info:after {
  background-image: url(../gif/projects_marker.gif);
}
.projects .item_content .btn-info:hover {
  background: #7B0029;
}
.projects .item_num0 .item_img,
.projects .item_num1 .item_img {
  float: left;
}
.projects .item_num0 .item_img:after,
.projects .item_num1 .item_img:after {
  right: 0;
  border-right: 9px solid #fff;
}
.projects .item_num2 .item_img,
.projects .item_num3 .item_img {
  float: right;
}
.projects .item_num2 .item_img:after,
.projects .item_num3 .item_img:after {
  left: 0;
  border-left: 9px solid #fff;
}
/*======================= CONTENT TOP =======================*/
#aside-left .moduletable {
  margin-bottom: 40px;
}
.services .item {
  position: relative;
  padding: 0 0 0 23px;
  margin: 0;
}
.services .item p {
  padding: 0 0 16px;
}
.services .item:before {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  line-height: 30px;
  font-family: FontAwesome;
  content: '\f054';
  color: #3d3d3d;
}
/*======================= CONTENT =======================*/
#content-row {
  padding: 12px 0 66px;
}
#component {
  min-height: 0;
}
.container-fluid {
  padding: 0 !important;
}
.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 22px;
}
.item_info_dl dd {
  margin: 0;
  display: inline;
  font-size: 13px;
}
.item_info_dl dd > * {
  display: inline;
}
.item_info_dl dd + dd:before {
  content: '|';
  padding: 0 6px 0 10px;
}
.item_info_dl dd .item_createdby:before {
  content: '\f007';
  font-family: FontAwesome;
  font-size: 15px;
}
.item_info_dl dd .item_hits:before {
  content: '\f02d';
  font-family: FontAwesome;
  font-size: 15px;
}
.item_info_dl dd .kmt-readon:before {
  content: '\f0e5';
  font-family: FontAwesome;
  font-size: 15px;
}
.item_info_dl dd a {
  color: inherit;
}
.item_info_dl dd a:hover {
  color: #454545;
}
.item_icons.btn-group.pull-right {
  margin: 0px 0 10px 10px;
  position: relative;
  z-index: 10;
}
/*===== 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 0 36px;
  float: left;
  list-style: none;
}
ul.gallery .gallery-item .item_img {
  margin-right: 0;
  float: none;
  max-width: 100%;
}
ul.gallery .gallery-item.straightDown {
  float: none;
}
ul.gallery .gallery-item.straightDown .item_img {
  float: left;
  margin: 0 22px 22px 0 !important;
}
.gallery-item .view .content * {
  color: inherit;
}
.gallery-item .view .content a:hover {
  color: #999;
}
.color {
  color: #454545;
  padding-bottom: 13px;
}
/*===== 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 ======*/
.page-blog .item_introtext,
.page-item__blog .item_introtext,
.page-blog .item_fulltext,
.page-item__blog .item_fulltext {
  clear: both;
}
.page-blog .item_introtext .item_published,
.page-item__blog .item_introtext .item_published,
.page-blog .item_fulltext .item_published,
.page-item__blog .item_fulltext .item_published {
  display: inline-block;
  padding: 10px 0 23px;
  color: #454545;
}
.page-blog .item_introtext .item_category-name,
.page-item__blog .item_introtext .item_category-name,
.page-blog .item_fulltext .item_category-name,
.page-item__blog .item_fulltext .item_category-name {
  display: inline-block;
  padding: 10px 0 23px;
  color: #454545;
}
.page-blog .item,
.page-item__blog .item {
  border-bottom: 1px solid #c6c6c6;
  padding-bottom: 70px;
  margin-bottom: 70px;
}
.page-blog .item_header,
.page-item__blog .item_header {
  padding: 100px 0 0;
}
.page-blog .img-intro__left,
.page-item__blog .img-intro__left,
.page-blog .img-full__left,
.page-item__blog .img-full__left {
  max-width: 57%;
}
.tags {
  clear: both;
}
.addthis_toolbox {
  padding-top: 15px;
}
/*======================= CONTENT BOTTOM =======================*/
#content-bottom-row {
  padding: 45px 0 0;
}
/*======================= ASIDE RIGHT =======================*/
.archive-module,
.categories-module,
.mod-menu .nav.menu,
.list1 ul {
  margin: 0 0 14px;
}
.archive-module li,
.categories-module li,
.mod-menu .nav.menu li,
.list1 ul li {
  padding: 0 0 13px 15px;
  list-style: none;
  background: url(../gif/list_marker.gif) 0 9px no-repeat;
}
.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 =======================*/
.dropcap {
  color: #7B0029;
  font-size: 56px;
  width: 57px;
  float: left;
  line-height: 56px;
}
.expect .item_content {
  overflow: hidden;
}
.offer .item {
  padding: 0 40px 0 24px;
  margin-bottom: 0;
  position: relative;
}
.offer .item:before {
  content: '\f054';
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 0;
  color: #3d3d3d;
  font-size: 20px;
  line-height: 30px;
}
/*======================= BOTTOM =======================*/
#bottom-row {
  padding: 0 0 40px;
}
/*======================= FOOTER =======================*/
#copyright-row {
  padding: 49px 0;
}
#copyright {
  color: #353535;
  font-size: 13px;
  line-height: 22px;
  padding: 10px 0 0;
}
#copyright .year:after {
  content: '|';
  padding: 0 3px 0 7px;
}
#copyright a {
  color: inherit;
}
#copyright a:hover {
  color: #7B0029;
}
.newsletter .moduleTitle {
  float: left;
  padding: 10px 0;
  margin: 0;
}
.newsletter .acymailing_modulenewsletter {
  float: right;
  position: relative;
}
.newsletter .acymailing_modulenewsletter form {
  margin: 0;
}
.newsletter .acymailing_modulenewsletter input {
  width: 357px !important;
  margin: 0;
  padding-right: 62px;
  border: 1px solid #f9f9f9;
  padding-top: 12px;
  padding-bottom: 12px;
  background: #f9f9f9;
  height: 45px;
}
.newsletter .acymailing_modulenewsletter button {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 100%;
  padding: 0;
  margin-left: 0;
  background: url(../gif/slider_nav.gif) -20px 50% no-repeat #7B0029;
}
.newsletter .acymailing_modulenewsletter button:before {
  position: absolute;
  right: 100%;
  top: 50%;
  border-right: 5px solid #7B0029;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  margin-top: -5px;
  content: '';
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.newsletter .acymailing_modulenewsletter button:after {
  display: none;
}
.newsletter .acymailing_modulenewsletter button:hover {
  background-color: #454545;
}
.newsletter .acymailing_modulenewsletter button:hover:before {
  border-right: 5px solid #454545;
}
#footer-wrapper {
  background: #ffffff;
}
/*===== Social Media ======*/
.social {
  margin: 0;
  padding: 25px 0 0;
}
.social li {
  margin: 0 1px 0 0;
}
.social li a {
  width: 43px;
  height: 43px;
  -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;
  text-indent: 9999px;
  display: block;
  color: #353535;
  background: #f9f9f9;
}
.social li a:hover {
  background: #353535;
  color: #f9f9f9;
}
.social li a:before {
  text-align: center;
  font-size: 15px;
  text-indent: 0;
  display: block;
  line-height: 43px;
}