.module-showcase {
  position: relative;
  margin: 0 0 25px;
}

.module-showcase .slideshow {
  position: relative;
  -ms-transform: translate3d(0,0,0);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  width: 100%;
  padding-bottom: 44.6808511%;
  overflow: hidden;
}

.module-showcase .controls {
  display: none;
}

.module-showcase .pagination {
  display: none;
}

.module-showcase article {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.module-showcase figure {
  position: relative;
  z-index: 1;
  opacity: 0;
}

.module-showcase img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  display: block;
  margin: 0;
}

.module-showcase .banner {
  position: absolute;
  z-index: 2;
  background: #161512;
  color: #d3d2cf;
  opacity: .9;
}

.module-showcase h2 {
  margin: 0 0 10px;
  color: #fbfbf9;
  font-size: 30px;
  font-weight: 400;
  font-style: italic;
  line-height: 36px;
}

.module-showcase .action {
  margin: 0;
  font: 700 italic 18px/1.43 Georgia,serif;
}

.module-showcase .active figure {
  opacity: 1;
}

.module-showcase .slideshow.instantiated figure {
  -webkit-transition: opacity 1.2s;
  transition: opacity 1.2s;
}

.module-showcase .slideshow.instantiated .banner {
  -webkit-transition: all .6s ease;
  -webkit-transition-delay: 0s;
  transition: all .6s ease 0s;
}

.module-showcase .slideshow.instantiated .active .banner {
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
}

.module-showcase .slideshow.paused figure {
  -webkit-transition: none;
  transition: none;
}

.module-showcase .slideshow.paused .banner {
  -webkit-transition: none;
  transition: none;
}

.module-showcase .slideshow.paused .active .banner {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.module-showcase-a .controls {
  display: block;
  position: absolute;
  top: 20px;
  right: 75px;
  z-index: 2;
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
}

.module-showcase-a .controls li {
  float: left;
  width: 22px;
  height: 22px;
  margin: 0;
}

.module-showcase-a .controls li:before {
  display: none;
}

.module-showcase-a .controls a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0;
  color: #a13025;
  font-size: 0;
  outline: 0;
}

.module-showcase-a .controls a:hover {
  color: #6a1313;
}

.module-showcase-a .controls a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "\25b8";
  font-weight: 400!important;
  font-family: Fontello;
  speak: none;
  font-size: 20px;
  text-align: center;
}

.module-showcase-a .controls li:first-child a:before {
  content: "\25c2";
  font-weight: 400!important;
  font-family: Fontello;
  speak: none;
}

.module-showcase-a .banner {
  top: 0;
  bottom: 0;
  right: -350px;
  width: 240px;
  margin: 0;
  padding: 5% 50px;
}

.module-showcase-a .active .banner {
  right: 60px;
}

.module-showcase-b h2 {
  font-size: 28px;
  font-style: normal;
  margin: 0 0 20px;
}

.module-showcase-b p {
  font-size: 14px;
  font-weight: 700;
  color: #fbfbf9;
}

.module-showcase-b .banner {
  top: 25%;
  bottom: 5%;
  right: 0;
  padding: 30px;
  width: 420px;
  -ms-transform: translateX(480px);
  -webkit-transform: translateX(480px);
  transform: translateX(480px);
  -webkit-transition: -webkit-transform .6s;
  transition: transform .6s;
}

.module-showcase-b .active .banner {
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.module-showcase-c .controls {
  display: block;
  position: absolute;
  top: 18%;
  left: 480px;
  z-index: 2;
  list-style: none;
  margin: 0;
  padding: 0;
}

.module-showcase-c .controls li {
  width: 22px;
  height: 22px;
  margin: 0;
}

.module-showcase-c .controls li:before {
  display: none;
}

.module-showcase-c .controls a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0;
  color: #a13025;
  font-size: 0;
  outline: 0;
}

.module-showcase-c .controls a:hover {
  color: #6a1313;
}

.module-showcase-c .controls a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "\e75c";
  font-weight: 400!important;
  font-family: Fontello;
  speak: none;
  font-size: 20px;
  text-align: center;
}

.module-showcase-c .controls li:first-child a:before {
  content: "\e75f";
  font-weight: 400!important;
  font-family: Fontello;
  speak: none;
}

.module-showcase-c h2 {
  font-size: 28px;
  font-style: normal;
  margin: 0 0 20px;
  line-height: 36px;
}

.module-showcase-c p {
  font-size: 14px;
  font-weight: 700;
  color: #fbfbf9;
}

.module-showcase-c .banner {
  top: 15%;
  bottom: 25%;
  left: 40px;
  padding: 6% 30px 5%;
  width: 420px;
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.module-showcase-c .action {
  position: absolute;
  z-index: 3;
  left: 240px;
  top: 65%;
  -ms-transform: translateX(-200%);
  -webkit-transform: translateX(-200%);
  transform: translateX(-200%);
  -webkit-transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
}

.module-showcase-c .action a {
  display: block;
  background: #a13025;
  color: #fbfbf9;
  padding: 30px;
  font: 700 italic 16px/1 Georgia,serif;
  text-shadow: #000 0 1px 2px;
}

.module-showcase-c .action a:after {
  content: "\e75e";
  font-weight: 400!important;
  font-family: Fontello;
  speak: none;
  font-style: normal;
  font-weight: 400;
  margin-left: 20px;
}

.module-showcase-c .active .banner {
  opacity: .9;
}

.module-showcase-c .active .action {
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@media only screen and (max-width:768px) {
  .module-showcase-c .controls {
    left: auto;
    top: 30px;
    right: 30px;
  }

  .module-showcase-c .action {
    left: 50%;
    top: auto;
    bottom: 10%;
    white-space: nowrap;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    -webkit-transition: opacity .6s;
    transition: opacity .6s;
  }

  .module-showcase-c .action a {
    padding: 10px;
  }

  .module-showcase-c .active .action {
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 1;
  }
}

@media only screen and (max-width:480px) {
  .module-showcase-c {
    padding-bottom: 10px;
  }

  .module-showcase-c .action {
    position: relative;
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    white-space: normal;
  }

  .module-showcase-c .action a {
    padding: 10px 50px 10px 20px;
    line-height: 1.4;
  }

  .module-showcase-c .action a:after {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -.5em;
  }
}

.module-showcase-d article {
  padding: 0;
  text-align: right;
}

.module-showcase-d article .c {
  position: absolute;
  bottom: 5%;
  left: 60px;
  right: 40px;
}

.module-showcase-d h2 {
  margin: 0 0 20px;
}

.module-showcase-d p {
  font-size: 14px;
  font-weight: 700;
  color: #d3d2cf;
}

.module-showcase-d .banner {
  top: 0;
  bottom: 0;
  right: 0;
  width: 410px;
  padding: 0;
  -ms-transform: translateX(410px);
  -webkit-transform: translateX(410px);
  transform: translateX(410px);
  -webkit-transition: -webkit-transform .6s;
  transition: transform .6s;
}

.module-showcase-d .action a {
  font-size: 14px;
}

.module-showcase-d .active .banner {
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.module-showcase-d .pagination {
  position: absolute;
  z-index: 5;
  display: block;
  right: 15px;
  top: 15px;
}

.module-showcase-d .pagination ul {
  padding: 0;
  list-style: none;
}

.module-showcase-d .pagination li {
  width: 10px;
  height: 10px;
  margin: 0 0 5px;
  list-style: none;
}

.module-showcase-d .pagination a {
  display: block;
  width: 100%;
  height: 100%;
  background: #d3d2cf;
}

.module-showcase-d .pagination a:hover,
.module-showcase-d .pagination .active {
  background: #a13025;
}

.module-showcase-d .pagination span {
  display: none;
}

@media only screen and (max-width:768px) {
  .module-showcase-d article .banner {
    opacity: 0;
  }

  .module-showcase-d article .c {
    position: relative;
    text-align: left;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .module-showcase-d .active article .banner {
    opacity: .8;
  }
}

.module-showcase-e h2 {
  margin: 0 0 20px;
  font: 700 italic 45px/1.1 Georgia,serif;
  text-shadow: rgba(0,0,0,.6) 1px 1px 5px;
}

.module-showcase-e .button-a {
  margin-bottom: 5px;
  font-size: 12px;
}

.module-showcase-e .banner {
  background: 0;
  top: 50px;
  bottom: auto;
  padding: 20px;
  right: 30px;
  width: 380px;
  opacity: 1;
  -ms-transform: translateX(460px);
  -webkit-transform: translateX(460px);
  transform: translateX(460px);
  -webkit-transition: -webkit-transform .6s;
  transition: transform .6s;
}

.module-showcase-e .active .banner {
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.module-showcase-e p {
  margin-bottom: 0;
}

.module-showcase-e .controls {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.module-showcase-e .controls li {
  position: absolute;
  top: 50%;
  margin-top: -50px;
  width: 40px;
  height: 100px;
}

.module-showcase-e .controls a {
  display: block;
  width: 100%;
  height: 100%;
  background: #a13025;
  text-align: center;
  line-height: 100px;
  font-size: 0;
  color: #fbfbf9;
}

.module-showcase-e .controls a:before {
  font-size: 22px;
}

.module-showcase-e .controls .prev {
  left: -40px;
}

.module-showcase-e .controls .prev a {
  border-radius: 5px 0 0 5px;
}

.module-showcase-e .controls .prev a:before {
  content: "\e75d";
  font-weight: 400!important;
  font-family: Fontello;
  speak: none;
}

.module-showcase-e .controls .next {
  right: -40px;
}

.module-showcase-e .controls .next a {
  border-radius: 0 5px 5px 0;
}

.module-showcase-e .controls .next a:before {
  content: "\e75e";
  font-weight: 400!important;
  font-family: Fontello;
  speak: none;
}

@media only screen and (max-width:980px) {
  .module-showcase-e .controls {
    display: none;
  }
}

@media only screen and (max-width:768px) {
  .module-showcase-e h2 {
    font-size: 30px;
  }
}

@media only screen and (max-width:480px) {
  .module-showcase-e {
    background: #161512;
  }
}

.module-showcase-f h2 {
  font-size: 40px;
  font-style: italic;
  margin: 0 0 20px;
  line-height: 36px;
}

.module-showcase-f p {
  font-size: 16px;
  color: #fbfbf9;
  margin: 0;
}

.module-showcase-f .banner {
  background: 0;
  top: 20%;
  right: 10px;
  bottom: auto;
  padding: 20px;
  width: 575px;
  opacity: 1;
  -ms-transform: translateX(635px);
  -webkit-transform: translateX(635px);
  transform: translateX(635px);
  -webkit-transition: -webkit-transform 1s;
  transition: transform 1s;
}

.module-showcase-f .action {
  text-align: right;
}

.module-showcase-f .action a {
  font-size: 12px;
}

.module-showcase-f .c {
  background: #161512;
  opacity: .9;
  padding: 20px;
  margin: 0 0 20px;
}

.module-showcase-f .active .banner {
  -ms-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

.module-showcase-f .pagination {
  position: absolute;
  z-index: 5;
  display: block;
  right: 30px;
  bottom: 15px;
}

.module-showcase-f .pagination ul {
  padding: 0;
  list-style: none;
}

.module-showcase-f .pagination li {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 0 0 8px;
}

.module-showcase-f .pagination a {
  display: block;
  width: 100%;
  height: 100%;
  background: #fbfbf9;
  border-radius: 15px;
}

.module-showcase-f .pagination a:hover,
.module-showcase-f .pagination .active {
  background: #a13025;
}

.module-showcase-f .pagination span {
  display: none;
}

@media only screen and (max-width:768px) {
  .module-showcase-f .banner {
    background: #161512;
  }

  .module-showcase-f h2 {
    font-size: 20px;
  }

  .module-showcase-f p {
    font-size: 14px;
  }

  .module-showcase-f .c {
    background: 0;
    padding: 0;
    margin: 0;
  }

  .module-showcase-f .action {
    text-align: left;
  }
}

@media only screen and (max-width:768px) {
  .module-showcase .banner {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: auto;
    padding: 5% 10%;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    opacity: 0;
  }

  .module-showcase .active .banner {
    opacity: 1;
  }
}

@media only screen and (max-width:480px) {
  .module-showcase .slideshow {
    padding-bottom: 0;
  }

  .module-showcase article,
  .module-showcase .banner,
  .module-showcase .banner-wrap {
    position: relative;
  }

  .module-showcase article {
    display: none;
  }

  .module-showcase .active {
    display: block;
  }

  .module-showcase .controls {
    right: 20px;
    text-shadow: rgba(255,255,255,.5) 0 0 4px;
  }
}
.module-callout {
  position: relative;
  width: 100%;
  margin: 0 0 40px;
  padding: 25px 0;
  /*border: 1px solid #d3d2cf;
  border-width: 1px 0;*/
}

.module-callout:after {
  content: "";
  display: block;
  overflow: hidden;
  clear: both;
  height: 0;
}

.module-callout>div {
  float: left;
  margin: 0 0 0 20px;
}

.module-callout>div h2 {
  margin: 0 0 5px;
}

.module-callout p.action {
  float: right;
  margin: 5px 20px 0 0;
}

@media screen and (max-width:960px) {
  .module-callout {
    text-align: center;
  }

  .module-callout div {
    float: none;
    width: 100%;
    margin: 0 0 10px;
  }

  .module-callout p.action {
    float: none;
    width: 100%;
    margin: 0;
  }
}
.module-featured-products {
  position: relative;
  margin: 0 0 40px;
}

.module-featured-products .shop {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 2;
}

.module-featured-products .products {
  margin-left: -10px;
  font-size: 0;
  letter-spacing: -5px;
}

.module-featured-products .item {
  position: relative;
  width: 25%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  padding-left: 10px;
}

.module-featured-products .item.sale .image:before {
  position: absolute;
  top: -10px;
  left: -11px;
  z-index: 100;
  width: 103px;
  height: 98px;
  background: url(../images/sale-a.png) no-repeat;
  content: ' ';
}

.module-featured-products .image {
  display: inline-block;
  font-size: 10px;
  letter-spacing: 0;
  position: relative;
  z-index: 1;
  margin: 0 0 6px;
  border: 1px solid #d3d2cf;
}

.module-featured-products .image span {
  display: block;
  position: relative;
  z-index: -1;
}

.module-featured-products .image img {
  display: block;
  position: relative;
  z-index: -1;
  width: 100%;
  height: auto;
  margin: 0;
}

.module-featured-products .name {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
}

.module-featured-products strong {
  font-weight: 700;
}

@media only screen and (max-width:768px) {
  .module-featured-products {
    margin: 0 10px 20px;
  }

  .module-featured-products .item {
    width: 33.333%;
    margin: 0 0 20px;
  }
}

@media only screen and (max-width:480px) {
  .module-featured-products .item {
    width: 50%;
  }
}
.module-home-misc {
  position: relative;
}

.module-home-misc .visit-us {
  list-style: none;
  margin: -15px 0 0;
  padding: 0;
}

.module-home-misc .visit-us li {
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid #d3d2cf;
}

.module-home-misc .visit-us li:after {
  display: block;
  overflow: hidden;
  clear: both;
  content: "";
  width: 100%;
  height: 0;
}

.module-home-misc .visit-us li:before {
  display: none;
}

.module-home-misc .visit-us a {
  display: block;
  overflow: hidden;
  padding: 5px 0 0 60px;
}

.module-home-misc .visit-us .icon {
  position: relative;
  float: left;
  width: 30px;
  height: 30px;
  overflow: hidden;
  margin: -5px 0 0 -45px;
  background: #a13025;
  color: #fbfbf9;
  font: 400 18px/1.666 Fontello,sans-serif;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  border-radius: 6px;
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
}

.module-home-misc .visit-us a:hover .icon {
  background: #6a1313;
}

.module-home-misc .testimonials {
  position: relative;
}

.module-home-misc .testimonials .wrap {
  position: relative;
  width: 100%;
  margin: 0;
}

.module-home-misc .testimonials .item {
  width: 100%;
  margin: 0 0 30px;
  margin-bottom: 0;
}

.module-home-misc .testimonials .item+.item {
  display: none;
}

.module-home-misc .testimonials blockquote {
  position: relative;
  margin: 0 0 30px;
  padding: 20px 25px;
  background: #d3d2cf;
  border-radius: 6px;
  border-color: #d3d2cf;
}

.module-home-misc .testimonials blockquote .arrow {
  position: absolute;
  display: block;
  bottom: -26px;
  right: 40px;
  width: 0;
  height: 0;
  border-width: 13px;
  border-top-color: inherit;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-style: solid;
}

.module-home-misc .testimonials .item>p {
  margin: 0;
  color: #a13025;
  text-align: right;
}

.module-home-misc .testimonials .nav {
  float: left;
  z-index: 100;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1;
}

.module-home-misc .testimonials .nav li {
  display: inline;
}

.module-home-misc .testimonials .nav li:before {
  display: none;
}

.module-home-misc .testimonials .nav a {
  float: left;
  position: relative;
  width: 20px;
  height: 20px;
  overflow: hidden;
  margin: 0;
  color: #a13025;
  font-size: 0;
  outline: 0;
}

.module-home-misc .testimonials .nav a:hover {
  color: #6a1313;
}

.module-home-misc .testimonials .nav a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 20px;
  content: "\25b8";
  font-weight: 400!important;
  font-family: Fontello;
  speak: none;
  text-align: center;
  line-height: 1;
}

.module-home-misc .testimonials .nav :first-child a:before {
  content: "\25c2";
  font-weight: 400!important;
  font-family: Fontello;
  speak: none;
}

.module-home-misc .testimonials .item {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.module-home-misc .testimonials .item+.item {
  display: block;
}

.module-home-misc .testimonials .active {
  z-index: 100;
  opacity: 1;
}

.module-home-misc .testimonials.instantiated .item {
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
}

@media only screen and (max-width:768px) {
  .module-home-misc {
    margin: 0 20px 20px;
  }
}
.module-testimonials {
  position: relative;
}

.module-testimonials .wrap {
  position: relative;
  width: 100%;
  margin: 0;
}

.module-testimonials .item {
  width: 100%;
  margin: 0 0 30px;
}

.module-testimonials blockquote {
  position: relative;
  margin: 0 0 30px;
  padding: 20px 25px;
  background: #d3d2cf;
  border-radius: 6px;
}

.module-testimonials blockquote .arrow {
  position: absolute;
  bottom: -26px;
  left: 40px;
  width: 0;
  height: 0;
  border-width: 13px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #d3d2cf;
}

.module-testimonials blockquote>p {
  margin: 0;
  color: #a13025;
}

.module-testimonials ul.nav {
  float: left;
  list-style: none;
  margin: 0 10px 0 0;
  padding: 0;
}

.module-testimonials ul.nav li {
  display: inline;
}

.module-testimonials ul.nav a {
  float: left;
  position: relative;
  width: 22px;
  height: 22px;
  overflow: hidden;
  margin: 0;
  color: #a13025;
  font-size: 0;
  outline: 0;
}

.module-testimonials ul.nav a:hover {
  color: #6a1313;
}

.module-testimonials ul.nav a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '7';
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  content: "\e75e";
  font-weight: 400!important;
  font-family: Fontello;
  speak: none;
}

.module-testimonials ul.nav li:first-child a:before {
  content: "\e75d";
  font-weight: 400!important;
  font-family: Fontello;
  speak: none;
}

.js .module-testimonials .item {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  margin: 0;
}

.js .module-testimonials .active {
  z-index: 100;
  opacity: 1;
}

.js .module-testimonials.instantiated .item {
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
}

.module-download ul.files {
  float: none!important;
  list-style: none;
  margin: 30px 0;
  padding: 0!important;
}

.module-download ul.files li {
  overflow: hidden;
  width: 100%;
  margin: 0 0 2px;
}

.module-download ul.files a {
  display: block;
  padding: 7px 20px 7px 55px;
  background: #fbfbf9 url(../images/docs-a-icons.png) -10001px -10001px no-repeat;
  line-height: 26px;
}

.module-download ul.files a:hover,
.module-download ul.files a:focus,
.module-download ul.files a:active {
  color: #6a1313;
}

.module-download ul.files li.doc a {
  background-position: 15px 7px;
}

.module-download ul.files li.xls a {
  background-position: 15px -93px;
}

.module-download ul.files li.pdf a {
  background-position: 15px -193px;
}

.module-latest-news {
  position: relative;
}

.module-latest-news .items {
  width: 100%;
  font-size: 0;
  letter-spacing: -5px;
}

.module-latest-news article {
  display: inline-block;
  margin: 0 30px 35px;
  font-size: 10px;
  letter-spacing: 0;
  vertical-align: top;
  /*width: 30.4%;*/
  width: 45%;
}

.module-latest-news article~article {
 /* margin-right: 4.4%;*/
}

.module-latest-news article:nth-child(3n+1) {
  margin-left: 0;
}

.module-latest-news figure {
  margin: 0 0 10px;
  text-align:center;
}

.module-latest-news figure a {
  /*display: block;
  position: relative;
  z-index: 1;*/
  text-align:center;
}

.module-latest-news figure img {
  /*display: block;
  position: relative;
  z-index: -1;*/
  /*width: 100%;*/
  height: auto;
  margin: 0;
  text-align:center;
}

.module-latest-news figure+p {
  margin: 0;
}

.module-latest-news figure+p a {
  display: block;
}

@media only screen and (max-width:768px) {
  .module-latest-news {
    padding: 0 20px;
  }

  .module-latest-news article {
    width: 48%;
  }

  .module-latest-news article~article {
    margin-left: 4%;
  }

  .module-latest-news article:nth-child(3n+1) {
    margin-left: 4%;
  }

  .module-latest-news article:nth-child(2n+1) {
    margin-left: 0;
  }
}

@media only screen and (max-width:480px) {
  .module-latest-news article {
    width: 100%;
  }

  .module-latest-news article~article {
    margin-left: 0;
  }
}
.module-newslist {
  width: 100%;
  font-size: 0;
  letter-spacing: -5px;
}

.module-newslist article {
  display: inline-block;
  width: 47.8%;
  margin: 0 0 35px 4.4%;
  font-size: 10px;
  letter-spacing: 0;
  vertical-align: top;
}

.module-newslist article:nth-child(odd) {
  margin-left: 0;
}

.module-newslist figure {
  margin: 0 0 10px;
}

.module-newslist figure img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}

.module-newslist figure a {
  display: block;
  position: relative;
}

.module-newslist figure+p {
  margin: 0;
}

.module-events {
  position: relative;
  width: 100%;
  margin: 0 0 40px;
  padding: 25px 0;
  border-bottom: 1px solid #d3d2cf;
}

.module-events:after {
  content: " ";
  display: block;
  overflow: hidden;
  clear: both;
  height: 0;
}

.module-events header:after {
  content: " ";
  display: block;
  overflow: hidden;
  clear: both;
  height: 0;
}

.module-events .nav {
  float: right;
  margin: 0 0 30px;
  font-size: 14px;
  line-height: 30px;
}

.module-events .nav a {
  float: left;
  margin: 0 0 0 5px;
  outline: 0;
}

.module-events .nav .prev,
.module-events .nav .next {
  position: relative;
  width: 20px;
  height: 30px;
  font-size: 0;
}

.module-events .nav .prev:before,
.module-events .nav .next:before {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 20px;
  margin: -10px 0 0;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
}

.module-events .nav .prev:before {
  content: "\e75d";
  font-weight: 400!important;
  font-family: Fontello;
  speak: none;
}

.module-events .nav .next:before {
  content: "\e75e";
  font-weight: 400!important;
  font-family: Fontello;
  speak: none;
}

.module-events .nav .current {
  font-weight: 700;
}

.module-events .period {
  float: left;
  margin: 0 0 30px;
  font: 700 28px/30px Times,Times New Roman,serif;
}

.module-events .list,
.module-events .data {
  overflow: hidden;
  width: 100%;
  font-size: 0;
  letter-spacing: -5px;
}

.module-events div.items {
  width: 104.4%;
  margin-left: -4.4%;
  letter-spacing: -5px;
}

.module-events div.items:after {
  content: " ";
  display: block;
  overflow: hidden;
  clear: both;
  height: 0;
}

.module-events article {
  position: relative;
  display: inline-block;
  width: 28.9%;
  margin: 0 0 40px 4.4%;
  font-size: 10px;
  letter-spacing: 0;
  vertical-align: top;
}

.module-events article figure {
  margin: 0 0 10px;
}

.module-events article figure a {
  display: block;
  position: relative;
  z-index: 1;
}

.module-events article figure img {
  display: block;
  position: relative;
  z-index: -1;
  width: 100%;
  height: auto;
  margin: 0;
}

.module-events article h3 {
  margin: 0;
  font-weight: 400;
  font-size: 15px;
}

@media only screen and (max-width:768px) {
  .module-events article {
    width: 45.6%;
  }
}

@media only screen and (max-width:480px) {
  .module-events div.items {
    width: 100%;
    margin: 0;
  }

  .module-events article {
    width: 100%;
    margin: 0 0 40px;
  }
}
.module-event>.gridrow-a .column:first-child {
  float: right;
}

.module-event>.gridrow-a .column+.column {
  float: left;
}

.module-event .info h2 {
  margin: 0 0 10px;
}

.module-event .info .time {
  margin: 0;
  font-weight: 700;
}

.module-event .info .price {
  font-weight: 700;
}

.module-event .share {
  overflow: hidden;
  width: 100%;
  list-style: none;
  margin: 20px 0;
  padding: 20px 0 0;
  border-top: 1px solid #d3d2cf;
}

.module-event .share li {
  float: left;
}

.module-event .share li~li {
  margin-left: 10px;
}

.module-event .share li~li:before {
  display: block;
  position: static;
  float: left;
  content: '/';
  margin: 0 10px 0 0;
  color: #a13025;
  font: 400 14px/1.43 'Lucida Grande','Lucida Sans Unicode','Lucida Sans',Geneva,Verdana,sans-serif;
}

.module-event .share a {
  float: left;
}

.module-event .share .print a:before {
  float: left;
  margin: 0 5px 0 0;
  font-size: 20px;
  line-height: 1;
  content: "\e716";
  font-weight: 400!important;
  font-family: Fontello;
  speak: none;
}
.module-header {
 ;
}

.module-header .infobar {
  position: relative;
  background: #161512;
  color: #fff;
  padding: 5px 0;
}

.module-header .infobar:after {
  content: " ";
  display: block;
  overflow: hidden;
  clear: both;
  height: 0;
}

.module-header .infobar a {
  color: #fbfbf9;
}

.module-header .infobar a:hover,
.module-header .infobar a:focus,
.module-header .infobar a:active {
  color: #a13025;
}

.module-header .infobar-inner:after {
  content: " ";
  display: block;
  overflow: hidden;
  clear: both;
  height: 0;
}

.module-header .search p {
  position: relative;
  margin: 0;
  line-height: 36px;
}

.module-header .search label {
  position: absolute;
  top: 0;
  left: 11px;
  font-size: 14px;
  line-height: 36px;
  color: #161512;
}

.module-header .search input {
  width: 100%;
  height: 28px;
  padding: 0 35px 0 10px;
  border: 1px solid #d3d2cf;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.module-header .search button {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #a13025;
  font-size: 0;
  text-align: center;
}

.module-header .search button:hover,
.module-header .search button:focus,
.module-header .search button:active {
  color: #6a1313;
}

.module-header .search button:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 16px;
  line-height: 36px;
  text-align: center;
  content: "\1f50d";
  font-weight: 400!important;
  font-family: Fontello;
  speak: none;
  -webkit-background-size: contain;
  background-size: contain;
}

.module-header .logo {
  width: 40%;
  border: 0;
  margin: 20px 0;
}

.module-header .logo a {
  display: block;
  background: url(../images/logo-a.png) no-repeat;
  width: 100%;
  height: 100px;
}

.module-header .logo span {
  display: none;
}

.module-header nav:after {
  display: block;
  overflow: hidden;
  clear: both;
  content: "";
  width: 100%;
  height: 0;
}

.module-header nav .regular ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.module-header nav .regular a {
  display: inline-block;
  color: #161512;
  text-decoration: none;
  font-weight: 700;
  margin: 0 0 0 35px;
  vertical-align: top;
}

.module-header nav .regular a:hover,
.module-header nav .regular a:focus,
.module-header nav .regular a:active {
  color: #d3d2cf;
}

.module-header nav .regular li {
  display: inline-block;
  position: relative;
  font-family:"Century Gothic", Arial, Helvetica, sans-serif;
  font-size:15px;
  color:#333333;
}

.module-header nav .regular li:first-child a {
  margin-left: 0;
}

.module-header nav .regular .selected>a {
  color: #a13025;
}

.module-header nav .regular li ul {
  display: none;
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 32px;
  width: 184px;
  border: 1px solid #d3d2cf;
  background: #fbfbf9;
  /*-webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
  box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);*/
}

.module-header nav .regular li ul a {
  display: block;
  margin: 0!important;
  padding: 9px 25px 9px 15px;
  color: #161512;
  font-weight: 400;
}

.module-header nav .regular li ul a:last-child {
  padding: 9px 15px;
}

.module-header nav .regular li ul a:hover,
.module-header nav .regular li ul a:focus,
.module-header nav .regular li ul a:active {
  background: #d3d2cf;
  color: #161512;
}

.module-header nav .regular li ul a:before {
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 10;
  height: 20px;
  margin: -5px 0 0;
  font: 400 15px/0.85 Fontello,sans-serif;
  content: 'r';
  -webkit-font-smoothing: antialiased;
  -o-transform: scale(1);
}

.module-header nav .regular li ul a:last-child:before {
  display: none;
}

.module-header nav .regular li li {
  float: none;
  display: block;
  width: 100%;
  margin: 0;
  border-top: 1px solid #d3d2cf;
  font: 400 14px/20px Lucida Grande,Lucida Sans Unicode,Lucida Sans,Geneva,Verdana,sans-serif;
}

.module-header nav .regular li li:first-child {
  border-top: 0;
}

.module-header nav .regular li li:hover>a {
  background: #d3d2cf;
  color: #161512;
}

.module-header nav .regular li li.selected:before {
  display: none;
}

.module-header nav .regular li li.selected>a {
  background: #d3d2cf;
  color: #161512;
  font-weight: 700;
}

.module-header nav .regular li:hover>ul {
  display: block;
}

.module-header nav .regular li li ul {
  top: -1px;
  left: 180px;
  padding: 0;
}

.module-header nav .regular li li ul:before {
  display: none;
}

.module-header nav .regular li li ul a {
  padding: 9px 15px;
}

.module-header nav .regular li li ul a:before {
  display: none;
}

.module-header nav .mobile {
  display: none;
}

.module-header nav .mobile ul {
  position: relative;
  margin: 10px;
  padding: 0;
  overflow: hidden;
  background: #161512;
  border-radius: 5px;
}

.module-header nav .mobile ul li {
  display: none;
  line-height: 50px;
  text-align: left;
  text-transform: uppercase;
  margin: 0;
}

.module-header nav .mobile ul li a {
  color: #fbfbf9;
  padding: 0 20px;
  display: block;
}

.module-header nav .mobile ul li a:hover {
  background: #6a1313;
}

.module-header nav .mobile ul li.selected {
  display: block;
}

.module-header nav .mobile ul li.selected a {
  background: #a13025;
  color: #fbfbf9;
}

.module-header nav .mobile ul li.selected a:after {
  position: absolute;
  right: 20px;
  font-size: 20px;
  content: "\f0c9";
  font-weight: 400!important;
  font-family: Fontello;
  speak: none;
}

.module-header nav .mobile ul.active li {
  display: block;
}

.module-header-a .inner {
  padding: 20px 0 0;
}

.module-header-a .logo {
  float: left;
  margin: 0;
}

.module-header-a .utils {
  text-align: right;
}

.module-header-a .connect {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0 20px 0 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.module-header-a .connect ul {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}

.module-header-a .connect li {
  display: inline;
  margin: 0 0 0 10px;
}

.module-header-a .connect a {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  font-size: 20px;
}

.module-header-a .connect a:before {
  position: relative;
}

.module-header-a .connect .rss a:before {
  content: "\f09e";
  font-weight: 400!important;
  font-family: Fontello;
  speak: none;
}

.module-header-a .connect .facebook a:before {
  content: "\f09a";
  font-weight: 400!important;
  font-family: Fontello;
  speak: none;
}

.module-header-a .connect .twitter a:before {
  content: "\f099";
  font-weight: 400!important;
  font-family: Fontello;
  speak: none;
}

.module-header-a .contact {
  display: inline-block;
  vertical-align: top;
  padding: 0 20px;
  font: 700 16px/28px Georgia,serif;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px solid;
}

.module-header-a .search {
  display: inline-block;
  vertical-align: top;
}

.module-header-a .search p {
  position: relative;
  margin: 0;
}

.module-header-a .infobar {
  line-height: 36px;
}

.module-header-a .infobar p {
  float: left;
  margin: 0;
}

.module-header-a .infobar ul {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
}

.module-header-a .infobar li {
  position: relative;
  float: left;
  height: 36px;
  margin: 0;
  line-height: 36px;
}

.module-header-a .infobar li~li {
  margin-left: 30px;
}

.module-header-a .infobar li a {
  position: relative;
  font-weight: 400;
}

.module-header-a .infobar .selected>a {
  color: #a13025;
}

.module-header-a .infobar .account a:before,
.module-header-a .infobar .cart a:before {
  display: inline-block;
  margin-right: 5px;
  vertical-align: top;
}

.module-header-a .infobar .account a:before {
  content: "\e800";
  font-weight: 400!important;
  font-family: Fontello;
  speak: none;
}

.module-header-a .infobar .cart a:before {
  content: "\e73d";
  font-weight: 400!important;
  font-family: Fontello;
  speak: none;
}

.module-header-a .infobar .button {
  margin-left: 20px;
}

.module-header-a .infobar .button a {
  display: inline-block;
  position: relative;
  height: 22px;
  margin: 5px 0 0;
  padding: 0 15px;
  border: 2px solid #6a1313;
  background: #a13025;
  color: #fbfbf9;
  font: 700 12px/22px Lucida Grande,Lucida Sans Unicode,Lucida Sans,Geneva,Verdana,sans-serif;
  text-decoration: none;
  text-align: center;
  vertical-align: top;
  border-radius: 6px;
}

.module-header-a .infobar .button a:hover,
.module-header-a .infobar .button a:focus,
.module-header-a .infobar .button a:active {
  background-color: #fbfbf9;
  cursor: pointer;
  color: #a13025;
}

.module-header-a nav {
  clear: both;
}

.module-header-a nav .regular {
  border-bottom: 1px solid #d3d2cf;
}

.module-header-a nav .regular:after {
  content: " ";
  display: block;
  overflow: hidden;
  clear: both;
  height: 0;
}

.module-header-a nav .regular>ul {
  float: right;
}

@media only screen and (max-width:768px) {
  .module-header-a .logo {
    float: none;
    margin: 0 auto 20px;
    width: auto;
  }

  .module-header-a .logo a {
    background-position: 50% 50%;
  }

  .module-header-a .utils {
    float: none;
    text-align: center;
    width: 60%;
    margin: 0 auto;
  }

  .module-header-a .connect {
    float: none;
    display: inline;
    margin: 0;
    padding: 0;
    height: auto;
    text-align: center;
  }

  .module-header-a .connect ul {
    float: none;
    display: inline;
  }

  .module-header-a .connect li {
    float: none;
    display: inline-block;
    margin: 0 5px;
  }

  .module-header-a .contact {
    float: none;
    margin: 0 5px;
    display: inline;
  }

  .module-header-a .search {
    display: block;
    text-align: left;
    float: none;
    margin: 0 10px 10px;
  }

  .module-header-a .search input {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
}

@media only screen and (max-width:650px) {
  .module-header-a .infobar p {
    float: none;
    text-align: center;
  }

  .module-header-a .infobar ul {
    float: none;
    text-align: center;
  }

  .module-header-a .infobar ul li {
    display: inline-block;
    float: none;
  }
}

@media only screen and (max-width:480px) {
  .module-header-a .inner {
    padding-bottom: 10px;
  }

  .module-header-a .utils {
    width: 90%;
  }
}

.module-header-b {
  border-top: 7px solid #161512;
}

.module-header-b .inner {
  padding: 20px 0 0;
}

.module-header-b .logo {
  margin: 0 auto 20px;
}

.module-header-b .logo a {
  background-position: 50% 50%;
}

.module-header-b nav {
  width: 100%;
  margin: 0;
  border-bottom: 1px solid #d3d2cf;
}

.module-header-b nav .regular ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.module-header-b nav .regular a {
  display: inline-block;
}

.module-header-b nav .regular li {
  display: inline-block;
}

.module-header-b nav .regular li ul {
  text-align: left;
}

.module-header-c .logo {
  /*float: left;*/
  margin: 20px auto;
  padding-top: 75px;
}

.module-header-c .phone {
  float: right;
  font: 300 11px/2 Georgia,serif;
  margin: 21px 20px 0 0;
}

.module-header-c .search {
  float: left;
}

.module-header-c .search p {
  float: left;
}

.module-header-c .inner {
  padding-bottom: 1px;
}

.module-header-c .account {
  position: relative;
  float: right;
  margin: 0;
  top: -5px;
  right: 20px;
}

.module-header-c .account a {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 60px;
  background: #a13025;
  border-radius: 0 0 8px 8px;
  padding: 0 30px;
  color: #fbfbf9;
  line-height: 60px;
  white-space: nowrap;
  border: 2px solid #6a1313;
  font-weight: 700;
  border-top: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.module-header-c .account a:hover,
.module-header-c .account a:focus,
.module-header-c .account a:active {
  background-color: #6a1313;
  color: #fbfbf9;
}

.module-header-c nav {
  /*float: right;
  width: 54%;
  margin: 53px 0 0;*/
  
  text-align:center;
  margin:85px 0 45px 0;;
}

.module-header-c nav .regular>ul {
  /*float: right;*/
}

@media only screen and (max-width:768px) {
  .module-header-c .phone {
    float: none;
    text-align: center;
    margin: 0;
  }

  .module-header-c .logo {
    float: none;
    margin-bottom: 0;
  }

  .module-header-c .search {
    width: 61%;
  }

  .module-header-c .search p {
    float: none;
  }

  .module-header-c .account {
    top: 0;
    right: 0;
    width: 35%;
  }

  .module-header-c .account a {
    width: 100%;
    position: relative;
    line-height: 36px;
    height: 36px;
    padding: 0;
    border-radius: 10px;
    text-align: center;
  }

  .module-header-c nav {
    float: none;
    width: 100%;
  }

  .module-header-c nav .regular>ul {
    float: none;
  }

  .module-header-c .logo {
    width: auto;
  }

  .module-header-c .logo a {
    background-position: 50% 50%;
  }
}

.module-header-d .logo {
  float: left;
}

.module-header-d .phone {
  float: left;
  font: 700 18px/2 Georgia,serif;
  margin: 0 20px 0 0;
}

.module-header-d .search {
  float: right;
  width: 35%;
  margin: 3px 0 0;
}

.module-header-d .search:after {
  content: " ";
  display: block;
  overflow: hidden;
  clear: both;
  height: 0;
}

.module-header-d .search input {
  float: left;
  width: 75%;
}

.module-header-d .search label {
  line-height: 30px;
}

.module-header-d .search button {
  font-size: 14px;
  font-weight: 700;
  position: relative;
  float: right;
  width: 25%;
  height: 28px;
  background: #a13025;
  color: #fbfbf9;
  text-indent: 0;
  border-radius: 0 5px 5px 0;
  text-align: center;
}

.module-header-d .search button:before {
  display: none;
}

.module-header-d .search button:hover,
.module-header-d .search button:focus,
.module-header-d .search button:active {
  background: #6a1313;
}

.module-header-d .connect {
  float: right;
}

.module-header-d .connect ul {
  padding: 0;
  list-style: none;
  margin: 7px 0 0;
}

.module-header-d .connect li {
  display: inline;
}

.module-header-d .connect a {
  font-size: 0;
  line-height: 20px;
  margin: 0 10px;
  color: #d3d2cf;
}

.module-header-d .connect a:hover,
.module-header-d .connect a:focus,
.module-header-d .connect a:active {
  color: #fbfbf9;
}

.module-header-d .connect a:before {
  font-size: 18px;
}

.module-header-d .connect a.rss:before {
  font-size: 22px;
}

.module-header-d .connect .twitter a:before {
  content: "\e801";
  font-weight: 400!important;
  font-family: Fontello;
  speak: none;
}

.module-header-d .connect .facebook a:before {
  content: "\e802";
  font-weight: 400!important;
  font-family: Fontello;
  speak: none;
}

.module-header-d .connect .rss a:before {
  content: "\f09e";
  font-weight: 400!important;
  font-family: Fontello;
  speak: none;
}

.module-header-d .slogan {
  width: 65%;
  float: right;
  font-style: italic;
  font-weight: 400;
  font-size: 21px;
  margin-top: 60px;
}

.module-header-d nav {
  clear: both;
  width: 100%;
  margin: 40px 0 0;
  background: #161512;
}

.module-header-d nav .regular li {
  float: left;
}

.module-header-d nav .regular li a {
  display: block;
  color: #fbfbf9;
  margin: 0;
  padding: 0 35px;
}

.module-header-d nav .regular li a:hover,
.module-header-d nav .regular li a:focus,
.module-header-d nav .regular li a:active {
  background: #d3d2cf;
  color: #161512;
}

.module-header-d nav .regular .selected>a {
  background: #a13025;
  color: #fbfbf9;
}

.module-header-d nav .regular .selected>a:hover,
.module-header-d nav .regular .selected>a:focus,
.module-header-d nav .regular .selected>a:active {
  color: #fbfbf9;
}

.module-header-d nav .regular li:hover>a {
  background: #d3d2cf;
  color: #161512;
}

.module-header-d nav .regular li ul {
  left: 0;
  top: 52px;
  border: 0;
}

.module-header-d nav .regular li li {
  float: none;
  border: 0;
}

.module-header-d nav .regular li li a {
  background: #161512;
  color: #fbfbf9;
}

@media only screen and (max-width:768px) {
  .module-header-d .phone {
    float: none;
    text-align: center;
    margin: 0;
  }

  .module-header-d .logo {
    float: none;
    margin-bottom: 0;
  }

  .module-header-d .search {
    width: 61%;
  }

  .module-header-d .account {
    top: 0;
    right: 0;
    width: 35%;
  }

  .module-header-d .account a {
    width: 100%;
    position: relative;
    line-height: 36px;
    height: 36px;
    padding: 0;
    border-radius: 10px;
    text-align: center;
  }

  .module-header-d nav {
    float: none;
    width: 100%;
  }

  .module-header-d nav .regular>ul {
    float: none;
  }

  .module-header-d .logo {
    width: auto;
  }

  .module-header-d .logo a {
    background-position: 50% 50%;
  }
}

@media only screen and (max-width:980px) {
  .module-header-d .slogan {
    margin-top: 40px;
  }
}

@media only screen and (max-width:768px) {
  .module-header-d .logo {
    float: none;
    width: 100%;
    background-position: 50% 50%;
  }

  .module-header-d .slogan {
    margin: 10px 0;
    float: none;
    width: 100%;
    text-align: center;
  }

  .module-header-d .phone {
    float: none;
    text-align: center;
  }

  .module-header-d .connect {
    display: block;
    float: none;
    text-align: center;
  }

  .module-header-d .search {
    display: block;
    float: none;
    margin: 10px auto;
    width: 80%;
  }

  .module-header-d .search p {
    float: none;
  }
}

@media only screen and (max-width:480px) {
  .module-header-d nav {
    background: 0;
  }
}

.module-header-e .wrap-a {
  padding-top: 1px;
}

.module-header-e .logo {
  float: left;
  margin-bottom: 20px;
}

.module-header-e .inner {
  padding-bottom: 1px;
}

.module-header-e .info {
  width: 62%;
  float: right;
  margin-top: 25px;
  text-align: right;
}

.module-header-e .phone {
  display: inline-block;
  font: 700 19px/1.4 Georgia,serif;
  font-weight: 700;
  margin: 0 20px 0 0;
  letter-spacing: 1px;
}

.module-header-e .connect {
  display: inline-block;
  margin: 0 20px 0 0;
}

.module-header-e .connect ul {
  text-align: left;
  padding: 0;
  list-style: none;
  margin: 0;
}

.module-header-e .connect li {
  display: inline;
}

.module-header-e .connect a {
  position: relative;
  display: inline-block;
  width: 22px;
  height: 22px;
  overflow: hidden;
  text-indent: 100%;
  text-align: left;
  color: #d3d2cf;
  font-size: 22px;
  line-height: 1;
  vertical-align: top;
}

.module-header-e .connect a:hover,
.module-header-e .connect a:focus,
.module-header-e .connect a:active {
  color: #161512;
}

.module-header-e .connect a:before {
  position: absolute;
  left: 0;
  top: 0;
  text-indent: 0;
}

.module-header-e .connect .rss a:before {
  content: "\e803";
  font-weight: 400!important;
  font-family: Fontello;
  speak: none;
}

.module-header-e .connect .facebook a:before {
  content: "\e805";
  font-weight: 400!important;
  font-family: Fontello;
  speak: none;
  font-size: 24px;
  top: -1px;
}

.module-header-e .connect .twitter a:before {
  content: "\e804";
  font-weight: 400!important;
  font-family: Fontello;
  speak: none;
  font-size: 24px;
  top: -1px;
}

.module-header-e .login {
  display: inline-block;
}

.module-header-e nav {
  float: right;
  margin-top: 20px;
  padding-top: 5px;
  border-top: 1px solid #d3d2cf;
}

.module-header-e nav a {
  font-size: 15px;
}

@media only screen and (max-width:800px) {
  .module-header-e .logo {
    float: none;
    width: 100%;
    margin-top: 20px;
  }

  .module-header-e .logo a {
    background-position: 50% 50%;
  }

  .module-header-e .info {
    float: none;
    width: 100%;
    text-align: center;
  }

  .module-header-e nav {
    float: none;
    width: 100%;
    text-align: center;
  }

  .module-header-e nav li li {
    text-align: left;
  }
}

@media only screen and (max-width:500px) {
  .module-header-e .phone {
    font-size: 14px;
  }

  .module-header-e .phone span {
    display: none;
  }

  .module-header-e .button-a {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .module-header-e .button-a span {
    display: none;
  }
}

.module-header-f {
  background: #161512;
}

.module-header-f .inner {
  padding-bottom: 40px;
}

.module-header-f .inner:after {
  content: " ";
  display: block;
  overflow: hidden;
  clear: both;
  height: 0;
}

.module-header-f .wrap-a {
  padding-top: 1px;
}

.module-header-f .logo {
  float: left;
  margin-bottom: 20px;
}

.module-header-f .logo a {
  background-image: url(../images/logo-white-a.png);
}

.module-header-f .info {
  width: 62%;
  float: right;
  margin-top: 25px;
  text-align: right;
  color: #d3d2cf;
}

.module-header-f .phone {
  display: inline-block;
  font: 700 19px/1.4 Georgia,serif;
  font-weight: 700;
  margin: 0 20px 0 0;
  letter-spacing: 1px;
}

.module-header-f .connect {
  display: inline-block;
  margin: 0;
}

.module-header-f .connect ul {
  text-align: left;
  padding: 0;
  list-style: none;
  margin: 0;
}

.module-header-f .connect li {
  display: inline;
}

.module-header-f .connect a {
  position: relative;
  display: inline-block;
  width: 26px;
  height: 26px;
  overflow: hidden;
  text-indent: 100%;
  text-align: left;
  color: #a13025;
  font-size: 26px;
  line-height: 1;
  vertical-align: top;
}

.module-header-f .connect a:hover,
.module-header-f .connect a:focus,
.module-header-f .connect a:active {
  color: #fbfbf9;
}

.module-header-f .connect a:before {
  position: absolute;
  left: 0;
  top: 0;
  text-indent: 0;
}

.module-header-f .connect .rss a:before {
  content: "\e803";
  font-weight: 400!important;
  font-family: Fontello;
  speak: none;
}

.module-header-f .connect .facebook a:before {
  content: "\e805";
  font-weight: 400!important;
  font-family: Fontello;
  speak: none;
  font-size: 28px;
  top: -1px;
}

.module-header-f .connect .twitter a:before {
  content: "\e804";
  font-weight: 400!important;
  font-family: Fontello;
  speak: none;
  font-size: 28px;
  top: -1px;
}

.module-header-f .address {
  display: block;
  border-top: 1px solid #6a1313;
  margin-top: 10px;
  padding-top: 10px;
  font-weight: 700;
}

.module-header-f .search {
  float: right;
  width: 45%;
  margin: 3px 0 0;
}

.module-header-f .search:after {
  content: " ";
  display: block;
  overflow: hidden;
  clear: both;
  height: 0;
}

.module-header-f .search input {
  float: left;
  width: 80%;
}

.module-header-f .search label {
  line-height: 30px;
}

.module-header-f .search button {
  font-weight: 700;
  position: relative;
  float: right;
  width: 20%;
  height: 28px;
  background: #a13025;
  color: #fbfbf9;
  border-radius: 0 5px 5px 0;
}

.module-header-f .search button:before {
  line-height: 28px;
}

.module-header-f .search button:hover,
.module-header-f .search button:focus,
.module-header-f .search button:active {
  background-color: #6a1313;
}

.module-header-f .search button:hover:before,
.module-header-f .search button:focus:before,
.module-header-f .search button:active:before {
  color: #fbfbf9;
}

.module-header-f nav {
  clear: both;
  width: 100%;
  margin: 0;
  background: #6a1313;
  -webkit-box-shadow: 0 2px 2px rgba(255,255,255,.1) inset;
  box-shadow: 0 2px 2px rgba(255,255,255,.1) inset;
}

.module-header-f nav .regular li {
  float: left;
}

.module-header-f nav .regular li a {
  display: block;
  color: #fbfbf9;
  margin: 0;
  padding: 0 35px;
}

.module-header-f nav .regular li a:hover,
.module-header-f nav .regular li a:focus,
.module-header-f nav .regular li a:active {
  background: #d3d2cf;
  color: #161512;
}

.module-header-f nav .regular .selected>a {
  background: #a13025;
  color: #fbfbf9;
}

.module-header-f nav .regular .selected>a:hover,
.module-header-f nav .regular .selected>a:focus,
.module-header-f nav .regular .selected>a:active {
  color: #fbfbf9;
}

.module-header-f nav .regular li:hover>a {
  background: #d3d2cf;
  color: #161512;
}

.module-header-f nav .regular li ul {
  left: 0;
  top: 52px;
  border: 0;
}

.module-header-f nav .regular li li {
  float: none;
  border: 0;
}

.module-header-f nav .regular li li a {
  background: #161512;
  color: #fbfbf9;
}

@media only screen and (max-width:800px) {
  .module-header-f .logo {
    float: none;
    width: 100%;
    margin-top: 20px;
  }

  .module-header-f .logo a {
    background-position: 50% 50%;
  }

  .module-header-f .info {
    float: none;
    width: 100%;
    text-align: center;
  }

  .module-header-f nav {
    float: none;
    width: 100%;
    margin-top: 10px;
  }

  .module-header-f nav .regular>ul {
    float: none;
  }

  .module-header-f .search {
    float: none;
    width: 80%;
    margin: 0 auto;
  }

  .module-header-f .search p {
    margin: 0;
  }
}

@media only screen and (max-width:500px) {
  .module-header-f .phone span {
    display: none;
  }

  .module-header-f nav {
    background: 0;
  }
}

@media only screen and (max-width:768px) {
  .module-header .infobar {
    padding: 10px;
  }

  .module-header nav li.selected>a {
    border: 0;
  }

  .module-header nav li {
    line-height: 35px;
  }

  .module-header nav li:hover>ul {
    display: none!important;
  }

  .module-header .logo {
    width: auto;
  }
  
  .module-header .logo a img {
    width: 350px;
  }

  .module-header .logo a {
    background-position: 50% 50%;
  }
}

@media only screen and (max-width:480px) {
  .module-header nav .regular {
    display: none;
  }

  /*.module-header*/ .inner nav .mobile {
    display: block;
  }
  #mybanner{
  	min-height:260px;
  }
}
.gallery-lightbox {
  position: fixed;
  z-index: 1100;
  left: 50%;
  top: 50%;
  background: #fff;
  padding: 10px;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  cursor: pointer;
}

.gallery-lightbox img {
  max-width: 100%;
  display: block;
}

.gallery-lightbox::after {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 20px;
  height: 20px;
  line-height: 18px;
  font-size: 18px;
  border-radius: 100%;
  background: #fff;
  content: "\2297";
  font-weight: 700;
  color: #000;
  text-align: center;
}

.no-csstransforms .gallery-lightbox .gallery-lightbox {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: 0;
  padding: 0;
}

.no-csstransforms .gallery-lightbox .gallery-lightbox span {
  position: relative;
  display: block;
  background: #fff;
  padding: 10px;
  top: 50px;
  margin: 0 auto;
}

.gallery-lightbox-overlay {
  z-index: 1000;
  background: #000;
  background: rgba(0,0,0,.5);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0;
}

.module-footer {
  position: relative;
  color: #fbfbf9;
  background: #161512;
}

.module-footer .inner {
  padding: 15px;
}

.module-footer .inner:after {
  content: " ";
  display: block;
  overflow: hidden;
  clear: both;
  height: 0;
}

.module-footer h3 {
  margin: 0 0 10px;
  font: 700 14px/1.43 Lucida Grande,Lucida Sans Unicode,Lucida Sans,Geneva,Verdana,sans-serif;
}

.module-footer .copyright {
  color: #d3d2cf;
}

.module-footer .copyright a {
  color: #d3d2cf;
  font-weight: 400;
}

.module-footer .copyright a:hover,
.module-footer .copyright a:focus,
.module-footer .copyright a:active {
  color: #a13025;
}

.module-footer .newsletter {
  width: 100%;
}

.module-footer .newsletter:after {
  display: block;
  overflow: hidden;
  clear: both;
  content: "";
  width: 100%;
  height: 0;
}

.module-footer .newsletter form {
  display: table;
  width: 100%;
}

.module-footer .newsletter form>div {
  display: table-cell;
}

.module-footer .newsletter p {
  position: relative;
  margin: 0;
}

.module-footer .newsletter .field {
  padding-right: 8px;
}

.module-footer .newsletter label {
  position: absolute;
  top: 0;
  left: 11px;
  color: #161512;
  font-size: 14px;
  line-height: 36px;
}

.module-footer .newsletter input {
  width: 100%;
  height: 34px;
  padding: 0 9px;
  border: 1px solid #d3d2cf;
  line-height: 34px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.module-footer .newsletter .action {
  width: 80px;
}

.module-footer .newsletter .button-a {
  width: 80px;
  padding: 0;
}

.module-footer nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.module-footer nav li {
  font-size: 14px;
}

.module-footer nav a {
  color: #fbfbf9;
  font-weight: 400;
}

.module-footer nav a:hover,
.module-footer nav a:focus,
.module-footer nav a:active {
  color: #a13025;
}

.module-footer nav .selected>a {
  color: #a13025;
}

.module-footer-a .gallery {
  float: left;
  width: 28%;
  margin: 0;
}

.module-footer-a .gallery .photos {
  width: 100%;
  margin: -2px 0 0;
  padding: 0;
  font-size: 0;
  letter-spacing: -5px;
}

.module-footer-a .gallery .photos li {
  display: inline-block;
  width: 25%;
  margin: 0;
  padding: 2px 2px 0 0;
  letter-spacing: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.module-footer-a .gallery .photos a {
  display: block;
  position: relative;
  z-index: 1;
}

.module-footer-a .gallery .photos a:before {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  border: 2px solid #fbfbf9;
  content: ' ';
}

.module-footer-a .gallery .photos a:hover:before {
  display: block;
}

.module-footer-a .gallery .photos img {
  display: block;
  position: relative;
  z-index: -1;
  width: 100%;
  height: auto;
  margin: 0;
}

.module-footer-a .utils {
  float: right;
  max-width: 60%;
  margin: 0;
}

.module-footer-a .newsletter {
  margin: 0 0 25px;
}

.module-footer-a .newsletter form {
  display: table;
  width: 100%;
}

.module-footer-a .newsletter form>div {
  display: table-cell;
}

.module-footer-a nav ul {
  width: 100%;
  font-size: 0;
  letter-spacing: -5px;
}

.module-footer-a nav li {
  display: inline-block;
  width: 25%;
  margin: 0 0 3px;
  padding: 0 20px 0 0;
  letter-spacing: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.module-footer-a nav ul ul {
  display: none;
}

.module-footer-a p.copyright {
  clear: both;
  padding-top: 40px;
}

@media only screen and (max-width:768px) {
  .module-footer-a .gallery {
    float: none;
    width: auto;
    margin: 0 0 30px;
  }

  .module-footer-a .gallery .photos span {
    width: 16.666666667%;
  }

  .module-footer-a .utils {
    float: none;
    max-width: none;
  }

  .module-footer-a .utils:before {
    display: none;
  }

  .module-footer-a .newsletter {
    padding: 0;
  }
}

@media only screen and (max-width:480px) {
  .module-footer-a .gallery .photos span {
    width: 25%;
  }
}

.module-footer-b .newsletter {
  margin: 0 0 35px;
}

.module-footer-b .newsletter h3 {
  float: left;
  width: 35%;
  line-height: 36px;
}

.module-footer-b .newsletter form {
  float: right;
  width: 63%;
}

.module-footer-b nav {
  float: left;
  width: 55%;
}

.module-footer-b nav li {
  display: inline-block;
  white-space: nowrap;
  font-size: 14px;
  margin: 0 20px 0 0;
}

.module-footer-b nav ul ul {
  display: none;
}

.module-footer-b p.copyright {
  float: right;
  width: 45%;
  text-align: right;
}

@media only screen and (max-width:768px) {
  .module-footer-b .newsletter h3 {
    float: none;
    width: auto;
  }

  .module-footer-b .newsletter form {
    float: none;
    width: 100%;
  }

  .module-footer-b nav {
    float: none;
    text-align: center;
    width: auto;
    margin: 0 0 20px;
  }

  .module-footer-b nav li {
    margin: 0 10px;
    line-height: 2;
  }

  .module-footer-b p.copyright {
    float: none;
    text-align: center;
    width: auto;
  }
}

.module-footer-c {
  border-top: 5px solid #161512;
  background: #fbfbf9;
}

.module-footer-c .sitemap:after {
  content: " ";
  display: block;
  overflow: hidden;
  clear: both;
  height: 0;
}

.module-footer-c .sitemap nav {
  float: left;
  width: 75%;
}

.module-footer-c .sitemap .misc {
  float: right;
  width: 22%;
}

.module-footer-c .sitemap h3,
.module-footer-c .sitemap a,
.module-footer-c .sitemap p {
  color: #161512;
}

.module-footer-c .sitemap h3 {
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}

.module-footer-c .sitemap ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.module-footer-c .sitemap p {
  margin: 0 0 30px;
}

.module-footer-c .sitemap a {
  line-height: 20px;
}

.module-footer-c .sitemap .offset {
  position: static!important;
}

.module-footer-c .sitemap nav>ul>li {
  margin: 0 0 20px;
  -webkit-break-inside: avoid;
  -moz-break-inside: avoid;
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
}

.module-footer-c .sitemap nav>ul>li>a {
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  font-weight: 700;
}

.csscolumns .module-footer-c .sitemap nav>ul {
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3;
  -moz-column-gap: 30px;
  -webkit-column-gap: 30px;
  column-gap: 30px;
}

.no-csscolumns .module-footer-c .sitemap nav>ul {
  letter-spacing: -5px;
}

.no-csscolumns .module-footer-c .sitemap nav>ul>li {
  letter-spacing: 0;
  display: inline-block;
  vertical-align: top;
  width: 33%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 30px;
}

.module-footer-c .sitemap .misc ul {
  margin: 0 0 30px;
}

.module-footer-c .secondary {
  border-top: 1px solid #d3d2cf;
  border-bottom: 1px solid #d3d2cf;
  padding: 30px 0;
  margin: 0 0 20px;
}

.module-footer-c .secondary:after {
  content: " ";
  display: block;
  overflow: hidden;
  clear: both;
  height: 0;
}

.module-footer-c .newsletter {
  width: 60%;
  float: left;
}

.module-footer-c .newsletter h3 {
  color: #161512;
}

.module-footer-c .logo {
  float: right;
  width: 35%;
  border: 0;
}

.module-footer-c .logo a {
  display: block;
  background: url(../images/logo-a.png) 100% 50% no-repeat;
  width: 100%;
  height: 65px;
  -webkit-background-size: contain;
  background-size: contain;
}

.module-footer-c .logo span {
  display: none;
}

@media only screen and (max-width:800px) {
  .module-footer-c .sitemap nav {
    float: none;
    width: 100%;
  }

  .module-footer-c .sitemap .misc {
    float: none;
    width: 100%;
  }

  .module-footer-c .sitemap .misc:after {
    content: " ";
    display: block;
    overflow: hidden;
    clear: both;
    height: 0;
  }
}

@media only screen and (max-width:600px) {
  .module-footer-c .newsletter {
    width: 100%;
    float: none;
  }

  .module-footer-c .logo {
    display: none;
  }

  .module-footer-c .copyright {
    font-size: 10px;
    color: #161512;
  }

  .csscolumns .module-footer-c .sitemap nav {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }

  .no-csscolumns .module-footer-c .sitemap nav>ul>li {
    width: 50%;
  }
}

@media only screen and (max-width:480px) {
  .csscolumns .module-footer-c .sitemap nav {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }

  .no-csscolumns .module-footer-c .sitemap nav>ul>li {
    width: 100%;
    float: none;
  }
}

.module-footer-d {
  background: #fbfbf9;
}

.module-footer-d:after {
  content: " ";
  display: block;
  overflow: hidden;
  clear: both;
  height: 0;
}

.module-footer-d .inner:after {
  content: " ";
  display: block;
  overflow: hidden;
  clear: both;
  height: 0;
}

.module-footer-d .container {
  border-bottom: 1px solid #d3d2cf;
  padding: 0 0 30px;
  margin: 0 0 20px;
}

.module-footer-d .container:after {
  content: " ";
  display: block;
  overflow: hidden;
  clear: both;
  height: 0;
}

.module-footer-d .newsletter {
  width: 50%;
  float: left;
}

.module-footer-d nav {
  float: right;
  width: 50%;
}

.module-footer-d nav ul {
  text-align: right;
  display: block;
  padding: 0;
  list-style: none;
  margin: 0;
  color: #161512;
}

.module-footer-d nav li {
  font-size: 13px;
  display: inline;
}

.module-footer-d nav li:before {
  content: " | ";
}

.module-footer-d nav li:first-child:before {
  content: "";
}

.module-footer-d nav a {
  font-size: 13px;
  color: #161512;
}

.module-footer-d nav ul ul {
  display: none;
}

.module-footer-d .copyright {
  font-size: 13px;
  text-align: right;
  color: #161512;
}

@media only screen and (max-width:800px) {
  .module-footer-d .container {
    padding-bottom: 0;
  }

  .module-footer-d nav {
    float: none;
    width: 100%;
  }

  .module-footer-d nav:after {
    content: " ";
    display: block;
    overflow: hidden;
    clear: both;
    height: 0;
  }

  .module-footer-d nav ul {
    text-align: center;
    margin: 20px 0;
  }

  .module-footer-d .newsletter {
    width: 100%;
    float: none;
    margin: 0 0 20px;
  }
}

@media only screen and (max-width:600px) {
  .module-footer-d .copyright {
    font-size: 10px;
  }
}

.module-footer-e .inner:after {
  content: " ";
  display: block;
  overflow: hidden;
  clear: both;
  height: 0;
}

.module-footer-e .newsletter {
  float: left;
  width: 35%;
}

.module-footer-e .copyright-connect {
  /*float: right;*/
  width: 60%;
}
.module-footer-e .footer-links{
	float:right;
	width:35%;
	text-align:right;
	color:#ffffff;	
	font-size:12px;
	padding:0px 0 0 0;
}
.module-footer-e .footer-links a{
	color:#ffffff;	
	text-decoration:none;
}
.module-footer-e .footer-links a:hover{
	color: rgb(237, 28, 35);
	
}

.module-footer-e .copyright {
  width: 70%;
 /* float: left;*/
  color: #fbfbf9;
  font-size: 12px;
  margin: 8px 0 0;
}

.module-footer-e .connect {
  float: right;
  width: 30%;
}

.module-footer-e .connect ul {
  float: right;
  padding: 0;
  list-style: none;
  margin: 7px 0 0;
}

.module-footer-e .connect li {
  display: inline;
  line-height: 20px;
}

.module-footer-e .connect a {
  margin-left: 20px;
  font-size: 0;
  color: #d3d2cf;
}

.module-footer-e .connect a:hover,
.module-footer-e .connect a:focus,
.module-footer-e .connect a:active {
  color: #fbfbf9;
}

.module-footer-e .connect a:before {
  font-size: 18px;
}

.module-footer-e .connect a.rss:before {
  font-size: 22px;
}

.module-footer-e .connect .twitter a:before {
  content: "\e801";
  font-weight: 400!important;
  font-family: Fontello;
  speak: none;
}

.module-footer-e .connect .facebook a:before {
  content: "\e802";
  font-weight: 400!important;
  font-family: Fontello;
  speak: none;
}

.module-footer-e .connect .rss a:before {
  content: "\f09e";
  font-weight: 400!important;
  font-family: Fontello;
  speak: none;
}

@media only screen and (max-width:800px) {
  .module-footer-e .connect {
    width: 100%;
  }

  .module-footer-e .copyright {
    float: none;
    clear: both;
    width: 100%;
    padding-top: 10px;
    text-align: right;
  }
}

@media only screen and (max-width:620px) {
  .module-footer-e .newsletter {
    float: none;
    width: 100%;
    margin: 0 auto 20px;
  }

  .module-footer-e .copyright-connect {
    float: none;
    width: 100%;
  }

  .module-footer-e .connect {
    float: right;
    width: 30%;
  }

  .module-footer-e .copyright {
    float: left;
    clear: none;
    width: 70%;
    padding-top: 0;
    text-align: left;
  }
}

@media only screen and (max-width:500px) {
  .module-footer-e .connect {
    float: none;
    width: 100%;
  }

  .module-footer-e .connect ul {
    float: none;
    margin: 0 auto 10px;
    text-align: center;
  }

  .module-footer-e .copyright {
    float: none;
    text-align: center;
    width: 100%;
  }

  .module-footer-e .newsletter form>div {
    display: table-cell!important;
  }
}

.module-footer-f .connect {
  display: inline-block;
  width: 15%;
  vertical-align: top;
  margin-right: 6%;
}

.module-footer-f .connect ul {
  text-align: left;
  padding: 0;
  list-style: none;
  margin: 0;
}

.module-footer-f .connect a {
  display: block;
  position: relative;
  text-align: left;
  padding: 3px 10px;
  background: #6a1313;
  vertical-align: top;
  color: #fbfbf9;
  line-height: 28px;
  margin: 0 0 5px;
  text-transform: uppercase;
  font-weight: 700;
}

.module-footer-f .connect a:hover,
.module-footer-f .connect a:focus,
.module-footer-f .connect a:active {
  background-color: #a13025;
}

.module-footer-f .connect a:before {
  vertical-align: middle;
  display: inline-block;
  font-size: 28px;
  margin: 0 5px 0 0;
}

.module-footer-f .connect .rss a:before {
  content: "\e803";
  font-weight: 400!important;
  font-family: Fontello;
  speak: none;
}

.module-footer-f .connect .facebook a:before {
  content: "\e805";
  font-weight: 400!important;
  font-family: Fontello;
  speak: none;
  font-size: 32px;
}

.module-footer-f .connect .twitter a:before {
  content: "\e804";
  font-weight: 400!important;
  font-family: Fontello;
  speak: none;
  font-size: 32px;
}

.module-footer-f .connect .offset {
  position: static!important;
}

.module-footer-f h3 {
  font-size: 16px;
  font-weight: 700;
}

.module-footer-f .newsletter {
  display: inline-block;
  width: 30%;
  margin-right: 6%;
  vertical-align: top;
}

.module-footer-f .newsletter p {
  margin: 0 0 10px;
}

.module-footer-f .newsletter form>div {
  display: block;
  margin: 0 0 5px;
}

.module-footer-f .newsletter .field {
  padding: 0;
}

.module-footer-f .newsletter .action {
  width: 100%;
  text-align: right;
}

.module-footer-f nav {
  display: inline-block;
  width: 42%;
  vertical-align: top;
}

.module-footer-f nav ul {
  padding: 0;
  list-style: none;
}

.module-footer-f nav ul:after {
  content: " ";
  display: block;
  overflow: hidden;
  clear: both;
  height: 0;
}

.module-footer-f nav li {
  float: left;
  width: 30%;
  margin-right: 3%;
}

.module-footer-f nav a {
  line-height: 2;
}

.module-footer-f nav ul ul {
  display: none;
}

.module-footer-f .copyright {
  width: 100%;
  margin-top: 30px;
  padding-top: 10px;
  border-top: 1px solid #d3d2cf;
}

@media only screen and (max-width:980px) {
  .module-footer-f .connect li {
    display: inline;
  }

  .module-footer-f .connect a {
    background: 0;
    display: inline-block;
    font-size: 0;
    padding: 0;
  }
}

@media only screen and (max-width:680px) {
  .module-footer-f .connect {
    float: left;
    width: 48%;
    margin: 0;
  }

  .module-footer-f .connect li {
    display: block;
  }

  .module-footer-f .connect a {
    background: #6a1313;
    display: block;
    font-size: 14px;
    padding: 3px 10px;
  }

  .module-footer-f .newsletter {
    float: right;
    width: 48%;
    margin: 0;
  }

  .module-footer-f nav {
    clear: both;
    padding-top: 20px;
    width: 100%;
  }
}

@media only screen and (max-width:480px) {
  .module-footer-f .connect {
    float: none;
    width: 100%;
    margin: 0 0 10px;
  }

  .module-footer-f .connect ul {
    text-align: center;
  }

  .module-footer-f .connect li {
    display: inline;
  }

  .module-footer-f .connect a {
    background: 0;
    display: inline-block;
    font-size: 0;
    padding: 0;
  }

  .module-footer-f .newsletter {
    float: none;
    width: 100%;
    margin: 0 0 20px;
  }
}

@media only screen and (max-width:480px) {
  .module-footer .newsletter form>div {
    display: block;
    margin: 0 0 5px;
  }
}
.module-sidebar nav {
  margin: 0 0 40px;
}

.module-sidebar nav>ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #d3d2cf;
}

.module-sidebar nav>ul>li {
  margin: 0;
  font-size: 14px;
  border-bottom: 1px solid #d3d2cf;
}

.module-sidebar nav>ul>li a {
  display: block;
  position: relative;
  padding: 9px 30px 9px 20px;
  color: #161512;
  font-weight: 400;
}

.module-sidebar nav>ul>li a:hover,
.module-sidebar nav>ul>li a:focus,
.module-sidebar nav>ul>li a:active {
  color: #6a1313;
}

.module-sidebar nav>ul>li a:before {
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 10;
  width: 20px;
  height: 20px;
  margin: -10px 0 0;
  font-size: 15px;
  line-height: 1;
  text-align: center;
  content: "\e75c";
  font-weight: 400!important;
  font-family: Fontello;
  speak: none;
}

.module-sidebar nav>ul>li a:last-child {
  padding-right: 20px;
}

.module-sidebar nav>ul>li a:last-child:before {
  display: none;
}

.module-sidebar nav>ul>li.selected>a {
  background-color: #d3d2cf;
  color: #161512;
  font-weight: 700;
}

.module-sidebar nav>ul>li>ul {
  border: 0;
  background: #fbfbf9;
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #d3d2cf;
}

.module-sidebar nav>ul>li>ul>li {
  border: 0;
}

.module-sidebar nav>ul>li>ul>li a {
  padding-left: 40px;
}
.module-contact .map {
  margin: 0 0 30px;
}

.module-contact .map img,
.module-contact .map iframe {
  display: block;
  width: 100%;
  margin: 0;
}

.module-contact .map img {
  height: auto;
}

.module-contact .map iframe {
  width: 100%!important;
  max-width: 100%;
}

.module-contact .address h3 {
  margin-bottom: 10px;
}

.module-contact .address .vcard {
  padding-left: 20px;
}

.module-contact form input[type=text],
.module-contact form input[type=email] {
  width: 270px;
}

.module-contact form textarea {
  width: 75%;
  min-height: 156px;
}

.module-contact form img {
  display: block;
  max-width: 165px;
  margin: 0;
}







