/* 
    Created on : 2017-03-02, 21:42:06
    Author     : szymon
*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}
li {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
html,
body {
  margin: 0;
  padding: 0;
  font-family: 'Raleway', sans-serif;
}
.wrapper {
  margin: 0 auto;
  width: 900px;
}
#page-top {
  padding-top: 75px;
  padding-bottom: 40px;
  background: #87b843;
  background: -moz-linear-gradient(left, #87b843 0%, #7bb03e 100%);
  background: -webkit-linear-gradient(left, #87b843 0%, #7bb03e 100%);
  background: linear-gradient(to right, #87b843 0%, #7bb03e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#87b843', endColorstr='#7bb03e', GradientType=1);
}
#page-top:after {
  clear: both;
  overflow: hidden;
}
#page-top .header {
  width: 100%;
}
#page-top .header .xouter {
  clear: both;
  margin: 0;
}
#page-top .header .xouter .xinner {
  padding: 0 20px 20px 20px;
}
#page-top .header .xouter .xinner a {
  text-decoration: none;
  background: #fff;
  display: block;
  line-height: normal;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  height: 120px;
  width: 120px;
  position: relative;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 0 rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 0 rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
#page-top .header .xouter .xinner a:hover {
  -webkit-box-shadow: 0 5px 30px rgba(255, 255, 255, 0.3), 0 0 60px rgba(255, 255, 255, 0.3);
  box-shadow: 0 5px 30px rgba(255, 255, 255, 0.3), 0 0 60px rgba(255, 255, 255, 0.3);
}
#page-top .header .xouter .xinner a > span {
  color: #87b843;
  line-height: 1;
  display: inline-block;
  font-family: tahoma, Arial;
  font-size: 15px;
  font-weight: normal;
  position: absolute;
  right: -45px;
  text-transform: lowercase;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
#page-top .header .xouter .xinner a > span span {
  color: #50544b;
}
#page-top .content {
  padding: 40px 15px;
  text-align: center;
  color: #fff;
}
#page-top .content p {
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  margin: 0 auto;
  font-weight: 300;
  padding-bottom: 10px;
}
#page-top .content p.largetext {
  font-size: 42px;
  font-weight: 300;
  padding-bottom: 20px;
  line-height: 1;
}
#page-bottom {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  min-height: 60vh;
  padding: 50px 0;
}
#page-bottom:after {
  clear: both;
  content: '';
  display: block;
}
#page-bottom .newsletter {
  position: relative;
  background: #fff;
  width: 100%;
}
#page-bottom .newsletter .field {
  border: 2px solid #e7e7e7;
  font-family: 'Raleway', sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #999999;
  display: block;
  width: 100%;
  padding: 15px 200px 15px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#page-bottom .newsletter button {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: #7DB13F;
  color: #fff;
  height: 100%;
  padding: 0 30px;
  text-transform: uppercase;
  margin: 0;
  border: 0;
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  cursor: pointer;
}
.products {
  padding: 100px 0 50px 0;
}
.products h2 {
  text-align: center;
  font-size: 36px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 20px;
  text-transform: uppercase;
  position: relative;
}
.products h2 span {
  background: #fff;
  padding: 0 20px;
  position: relative;
  z-index: 5;
  color: #383838;
}
.products h2:before {
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #7DB13F;
}
.products .row {
  margin-left: -15px;
  margin-right: -15px;
}
.products .row:after {
  clear: both;
  content: '';
  display: block;
}
.products .row .item {
  float: left;
  padding: 15px;
  width: 20%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.products .row .item a {
  display: block;
}
.products .row .item a img {
  border: 2px solid #fff;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
  display: block;
  max-width: 100%;
  margin: 0 auto;
  transition: 0.3s all;
}
.products .row .item a:hover img {
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}
#file-download .wrapper {
  padding: 30px 0;
}
.contents h2 {
  font-size: 30px;
  padding: 0 0 10px 0;
  margin: 0 0 15px 0;
  border-bottom: 1px solid #e5e5e5;
}
.contents h2 span {
  display: block;
  font-size: 13px;
  padding-top: 5px;
  color: #666666;
}
.contents h3 {
  font-weight: bold;
  font-size: 18px;
  padding: 0 0 12px 0;
  margin: 0 0 12px 0;
  position: relative;
}
.contents h3:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 15%;
  height: 2px;
  background: #7DB23F;
}
.contents .desc-section {
  padding-top: 20px;
}
.contents .desc-section + .desc-section {
  padding-top: 40px;
}
.contents .desc-section p + p {
  margin-top: 10px;
}
.download-box {
  margin-bottom: 45px;
}
.download-box p {
  margin-bottom: 20px;
}
.download-box .btn {
  font-size: 20px;
}
.download-box img {
  border: 1px solid #e9e9e9;
  margin-bottom: 15px;
}
.downloading-now {
  padding-bottom: 150px;
}
.footer {
  padding-top: 100px;
}
.countdown {
  display: inline-block;
  font-weight: bold;
  min-width: 15px;
  font-size: 120%;
  text-align: center;
}
@media (max-width: 460px) {
  .hide-xxs {
    display: none;
  }
  .full-width-xxs {
    width: 100% !important;
  }
}
@media (max-width: 900px) {
  .wrapper {
    width: 100%;
  }
  #page-bottom {
    padding-left: 15px;
    padding-right: 15px;
  }
  #page-bottom .newsletter .field {
    padding: 15px;
    border-bottom: none;
  }
  #page-bottom .newsletter button {
    position: static;
    display: block;
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .contents {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 768px) {
  .products .row .item {
    width: 20%;
  }
}
@media (max-width: 480px) {
  #page-top .content p.largetext {
    font-size: 36px;
  }
  #page-top .content p .hide-mobile {
    display: none;
  }
  .products h2 {
    font-size: 24px;
  }
  .products .row .item {
    width: 33.333%;
  }
}
/*# sourceMappingURL=style.css.map */