#ascrail2000 {
  z-index: 10 !important;
}

body {
  margin: 0;
  /*overflow: hidden;*/
  -webkit-transition: opacity 400ms;
  -moz-transition: opacity 400ms;
  transition: opacity 400ms;
  font: normal 16px/20px Arial;
  padding: 1px;
}

body,
#wrapper,
html {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

h1,
h2,
h3 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
}

h1,
h2 {
  font-size: 3.5em;
  line-height: 1.1em;
  padding-bottom: 30px;
}

h3 {
  padding-top: 20px;
  font-size: 2.6em;
  line-height: 1.2em;
  font-weight: 300;
}

h4 {
  font-size: 1.6em;
  text-transform: uppercase;
}

p {
  margin-bottom: 1em;
}

img {
  max-width: 100%;
}

header {
  position: fixed;
  display: block;
  width: 100%;
  top: 0;
  background: rgba(255, 255, 255, .88);
  z-index: 3;
}

header #logo {
  float: left;
  width: 200px;
  padding: 25px 0 20px;
}

header ul li {
  display: inline-block;
  padding: 0 10px;
  border-left: 1px solid rgba(0, 0, 0, 0.10);
}

header ul li a {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: bold;
  color: #193D00;
  text-decoration: none;
}

header ul li:first-child {
  border: none;
}

header #lang {
  text-align: right;
  padding: 15px 5px 10px 0;
}

header #lang li a {
  color: #aaa;
  font-size: 15px;
}

header #lang li a.active {
  color: #83B822;
}

header #navigation {
  float: right;
  padding: 20px 0 0;
}

header #navigation li {
  padding: 5px 5px;
}

header #navigation li a {
  font-size: 17px;
  padding: 2px 10px;
}

header #navigation li a.home {
  padding: 2px 16px;
  background: url(images/home.png) left center no-repeat;
}

#wrapper {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  padding: 0;
  -webkit-transform-style: preserve-3d;
}

section {
  display: block;
  width: 100%;
  /*height: 100%;
	overflow: hidden;*/
  background-size: cover;
  min-height: 100%;
}

.inner-container {
  width: 95%;
  max-width: 1150;
  margin: 0 auto;
}

#wrapper .inner-container {
  padding: 150px 0 50px;
}

section.slogan {
  background: url(images/bg1.jpg) top center no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
}

section.slogan h2 {
  padding-top: 8%;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, .3);
}

section.slogan h3 {
  width: 80%;
  margin: 0 auto;
}

section.products {
  background: #82B821;
  color: #fff;
}

section.brands {
  background: url(images/brand_bg.jpg) top center no-repeat;
  background-size: cover;
  color: #193D00;
  border-top: 4px solid #163B00;
  border-bottom: 4px solid #163B00;
}

section.contact,
section.store {
  background: #005220;
  color: #fff;
}

.store__contact-wrapper {
  text-align: center;
  margin-top: 20px;
}

.store__contact {
  display: inline-block;
  padding: 15px 50px;
  margin: 20px auto;
  line-height: 1.5em;
  letter-spacing: 1px;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, .2);
}
.store__contact h4 {
  padding: 15px;
}

section.contact .inner-container>div {
  display: inline-block;
  vertical-align: top;
  padding: 0 20px;
  max-width: 45%;
}

section.contact img {
  max-width: 100%;
}

section.contact table {
  border-collapse: separate;
}

section.contact td {
  border-bottom: 1px solid #003915;
  border-top: 1px solid #146031;
  padding: 10px;
}

section.contact tr:first-child td {
  border-top: none;
}

section.contact tr:last-child td {
  border-bottom: none;
}

section.contact td b {
  color: #81B820;
}

section.suppliers .inner-container {
  position: relative;
}

section.suppliers .inner-container #controls a {
  position: absolute;
  top: 55%;
  left: 0;
  display: block;
  width: 43px;
  height: 83px;
  background: url(images/prev.png) top left no-repeat;
}

section.suppliers .inner-container #controls a.next {
  background: url(images/next.png) top left no-repeat;
  left: auto;
  right: 0;
}

section.suppliers .inner-container #controls a:hover {
  background-position: bottom left;
}

#slider {
  margin: 15px auto;
  font-size: 15px;
  max-width: 800px;
  height: 600px;
  overflow: hidden;
}

#slider .slide {
  width: 5000px;
}

#slider .page {
  float: left;
  width: 822px;
  height: 600px;
  padding-right: 30px;
}

#slider .supplier {
  width: 380px;
  height: 100px;
  margin: 0 30px 20px 0;
  float: left;
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.3);
}

#slider .supplier img {
  float: left;
  width: 100px;
  height: 100px;
}

#slider .supplier .field {
  margin-left: 110px;
  width: 260px;
  padding: 10px 0;
}

#slider .supplier .field b {
  font-weight: bold;
}

.gallery {
  text-align: center;
}

.gallery__item {
  font-size: 0;
  line-height: 0;
  display: inline-block;
  padding: 1px;
  border: 1px solid rgba(0,0,0, .2);
}

.gallery__item img {
  width: 310px;
  height: 200px;
}
