html {
  position: relative;
  min-height: 100%;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 18px;
}
html,
body {
  margin: auto;
  height: 100%;
  bottom: 0;
  top: 0;
  background-color: #979797;
}
body {
  max-width: 100%;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  color: #484848;
  margin: 10px 0 10px 0;
  font-weight: 600;
}
h1 {
  font-size: 28px;
}
a {
  text-decoration: none;
  color: inherit;
}
p {
  margin: 20px 40px 20px 40px;
  font-size: 20px;
  line-height: 24px;
  color: #484848;
}
.container {
  position: relative;
  width: 940px;
  margin: auto;
  background-color: #f0f0f0;
  padding-bottom: 160px;
  min-height: 100%;
}
.container header {
  width: 100%;
  height: 494px;
}
.container header .navWrapper {
  height: 60px;
  position: absolute;
  top: 64px;
  width: 100%;
  right: 0;
}
.container header .navWrapper div {
  background-color: #377d6e;
  position: absolute;
  right: 0;
  border-bottom: 8px solid #377d6e;
}
.container header .navWrapper div nav {
  margin-left: -7px;
}
.container header .navWrapper div nav ul {
  background-color: #16a085;
  list-style: none;
  padding: 0;
  margin: 0;
}
.container header .navWrapper div nav ul li {
  display: inline-block;
}
.container header .navWrapper div nav ul li.active {
  background-color: #377d6e;
}
.container header .navWrapper div nav ul li a {
  height: 60px;
  color: #ffffff;
  font-weight: 600;
  font-size: 20px;
  line-height: 60px;
  padding: 15px 10px 15px 10px;
}
.container section {
  padding: 15px 43px 0 43px;
  text-align: center;
  margin-bottom: 30px;
}
.container section article {
  margin: 20px 0 120px 0;
  clear: both;
}
.container section article.products {
  margin: 0 0 40px 40px;
  display: inline-table;
}
.container section article.products div {
  position: relative;
  width: 380px;
  display: inline-block;
  background-color: #ffffff;
  height: 220px;
  float: left;
  margin-bottom: 20px;
  margin-right: 20px;
}
.container section article.products div h2 {
  margin-top: 20px;
  font-weight: 600;
  text-transform: none;
  font-size: 22px;
}
.container section article.products div p {
  margin: 20px 14px 20px 14px;
  font-size: 16px;
}
.container section article.products span.order {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 180px;
  background-color: red;
  padding: 13px;
}
.container section article.products span.order a {
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  padding: 13px 20px 13px 20px;
}
.container section article.team {
  overflow: visible;
  text-align: left;
}
.container section article.team h1 {
  text-align: center;
}
.container section article.team div.row {
  margin-top: 40px;
  display: inline-table;
}
.container section article.team div.row div {
  width: 240px;
  float: left;
  padding-left: 65px;
}
.container section article.team div.row div:first-child {
  padding-left: 0px;
}
.container section article.team div.row div img {
  height: 290px;
}
.container section article.team div.row div span {
  clear: both;
  font-weight: 500;
  font-size: 16px;
}
.container section article.orderForm {
  padding-left: 20px;
  padding-right: 20px;
  text-align: left;
}
.container section article.orderForm h2 {
  text-transform: none;
}
.container section article.orderForm .form-group {
  width: 100%;
  display: inline-block;
  margin-bottom: 40px;
  padding-left: 8px;
  overflow: hidden;
}
.container section article.orderForm .form-group div {
  max-width: 100%;
  margin-bottom: 10px;
  margin-top: 10px;
}
.container section article.orderForm .form-group div.full {
  width: 100%;
}
.container section article.orderForm .form-group div.left {
  float: left;
  width: 380px;
}
.container section article.orderForm .form-group div.right {
  float: right;
  width: 380px;
}
.container section article.galleries {
  overflow: visible;
  text-align: center;
  margin-top: -30px;
}
.container section article.galleries img {
  width: 120px;
  margin-right: 12px;
  margin-bottom: 12px;
}
.container section .spacerImage {
  margin: 130px -43px 130px -43px;
}
.container section .spacerImage img {
  max-width: 940px;
}
footer {
  width: 940px;
  height: 140px;
  background: transparent;
  border-bottom: 10px solid #377d6e;
  clear: both;
  position: fixed;
  bottom: -75px;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
footer.fixed {
  bottom: 0px!important;
}
footer > address {
  width: 100%;
  height: 102px;
  background-color: #16a085;
  color: #f0f0f0;
  text-align: center;
  font-style: normal;
  line-height: 102px;
  font-size: 16px;
  position: absolute;
  bottom: 0;
}
footer > img {
  width: 75px;
  z-index: 50;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
footer #partner {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
  line-height: 40px;
  height: 40px;
}
footer #partner a:first-child {
  margin-right: 10px;
}
html.fancybox-lock footer {
  display: none!important;
}
form {
  margin-bottom: 20px;
}
form input[type="text"],
form textarea,
form select {
  width: 100%;
  max-width: 350px;
  display: block;
  margin-top: 10px;
  padding: 4px 12px 4px 12px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #f0f0f0;
}
form input[type="text"].inline,
form textarea.inline,
form select.inline {
  display: inline;
  max-width: 140px;
}
form input[type="text"].has-error,
form textarea.has-error,
form select.has-error {
  border-color: red;
}
form textarea {
  max-width: 780px;
  padding: 10px;
}
form label {
  margin-left: 4px;
}
.btn-style {
  border: 2px solid #f0f0f0;
  border-radius: 3px 3px 3px 3px ;
  moz-border-radius: 3px 3px 3px 3px ;
  font-size: 20px;
  color: #ffffff;
  padding: 4px 12px;
  cursor: pointer;
  background: #16a085;
}
.btn-style:hover {
  background-color: #377d6e;
}
