body {
  background: #ffffff;
  margin: 0;
  padding: 0;
}
.clear {
  clear: both;
}
a,
a:hover,
a:visited,
a:active {
  text-decoration: none;
  color: #000;
}
.mainheader {
  position: relative;
  z-index: 100;
  width: 100%;
  height: 70px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
}
.mainheader .headercontent {
  width: 1090px;
  margin: 0 auto;
}
.mainheader .headercontent .logo {
  display: inline-block;
  float: left;
  height: 50px;
  margin-top: 10px;
  background: url('../img/logo_50_green.png') no-repeat;
  font: 20px/50px "MontserratBold";
  color: #868686;
  text-transform: uppercase;
  text-indent: 55px;
}
.mainheader .headercontent ul.top_menu {
  display: inline-block;
  float: right;
  list-style: none;
  margin: 0 15px 0 0;
  padding: 0;
}
.mainheader .headercontent ul.top_menu > li {
  display: inline-block;
  font: 14px/70px "MontserratBold";
}
.mainheader .headercontent ul.top_menu > li > a {
  display: inline-block;
  color: #868686;
  height: 100%;
  padding: 0 10px;
}
.mainheader .headercontent ul.top_menu > li > a:hover {
  background: #7ba952;
  color: #fff;
}
.mainheader .headercontent ul.top_menu > li > a.active {
  background: #7ba952;
  color: #fff;
}
.mainheader .headercontent .btn {
  display: inline-block;
  float: right;
  width: 28px;
  height: 28px;
  border: solid 1px #000;
  text-align: center;
  line-height: 33px;
  vertical-align: middle;
  font: 13px/28px "MontserratBold";
  color: #000;
  background: #fff;
  text-transform: uppercase;
  margin: 18px 7px 0px 7px;
}
.mainheader .headercontent .btn:hover {
  background: #7ba952;
  color: #fff;
}
.mainheader .headercontent .btn.fb {
  background: url('../img/button_fb.png') -2px -3px;
}
.mainheader .headercontent .btn.fb:hover {
  background: url('../img/button_fb_hover.png') -2px -3px;
  border: solid 1px #3c5a98;
}
.mainheader .headercontent .shop {
  position: relative;
  display: inline-block;
  float: right;
  width: 45px;
  height: 40px;
  background: url('../img/kosar-black.png') 0px 5px no-repeat;
  background-size: 80%;
  margin: 15px 0 0 10px;
}
.mainheader .headercontent .shop > span {
  position: absolute;
  top: 0;
  right: 0;
  padding: 3px 3px;
  background: red;
  font: 10px/10px "Montserrat-Bold";
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.mainheader .headercontent > form {
  display: inline-block;
  float: right;
  width: 30px;
  height: 30px;
  margin: 18px 0 0 0;
  padding: 0;
}
.headerwrapper {
  display: inline-block;
  width: 100%;
  background: url('../img/green_grid_pattern.png');
}
.headerwrapper .header {
  width: 960px;
  margin: 0 auto;
  text-align: center;
}
.headerwrapper .header > h1 {
  font: 45px "MontserratBold";
  color: #fff;
  text-transform: uppercase;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.75);
  margin: 60px 0 40px;
}
.headerwrapper .header > h2 {
  font: 15px/25px Arial;
  text-transform: none;
  color: #fff;
  max-width: 700px;
  margin: 0 auto 50px;
}
.headerwrapper .header .goal {
  width: 960px;
  height: 412px;
  background: url('../img/goal.png') no-repeat;
}
.slice {
  display: inline-block;
  width: 100%;
  background: #fff;
}
.slice.banners {
  text-align: center;
  position: relative;
  vertical-align: top;
}
.slice.banners a {
  display: none;
  position: absolute;
  left: 50%;
  top: 0;
}
.slice.banners a.active {
  display: block;
}
.slice.banners img {
  vertical-align: top;
}
.slice.gray {
  background: #f4f4f4;
}
.slice.black {
  background: #000;
}
.slice .content {
  width: 960px;
  margin: 0 auto;
  text-align: center;
}
.slice .content > h1 {
  font: 35px "MontserratBold";
  color: #333333;
  text-transform: uppercase;
  margin: 60px 0;
}
.slice .content form {
  display: inline-block;
  width: 450px;
  float: left;
  margin: 30px 0;
  padding-left: 50px;
}
.slice .content form label {
  display: inline-block;
  width: 100%;
  text-align: left;
  text-transform: uppercase;
  font: 18px "MontserratBold";
  margin-bottom: 15px;
}
.slice .content form input {
  display: inline-block;
  float: left;
  width: 359px;
  height: 50px;
  padding: 0 20px;
  border: solid 1px #cccccc;
  background: #f4f4f4;
  margin-bottom: 20px;
}
.slice .content form input:focus {
  outline: 0px;
}
.slice .content form textarea {
  display: inline-block;
  float: left;
  width: 359px;
  height: 160px;
  padding: 20px;
  border: solid 1px #cccccc;
  background: #f4f4f4;
  resize: none;
}
.slice .content form textarea:focus {
  outline: 0px;
}
.slice .content form input[type="submit"] {
  display: inline-block;
  width: 400px;
  height: 70px;
  font: 20px/70px "MontserratBold";
  color: #fff;
  border: 0;
  background: #7ea852;
  text-transform: uppercase;
  text-align: center;
  margin-top: 30px;
}
.slice .content form input[type="submit"]:hover {
  background: #6d9547;
}
.slice .content .side_pane {
  display: inline-block;
  float: right;
  width: 430px;
  margin: 65px 0 50px 0px;
}
.slice .content .side_pane .each {
  display: inline-block;
  float: left;
  width: 100%;
  margin-bottom: 35px;
}
.slice .content .side_pane .each > .pic {
  display: inline-block;
  width: 50px;
  height: 50px;
  float: left;
  margin-right: 10px;
  background: #f4f4f4;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
}
.slice .content .side_pane .each > .pic > .icon {
  width: 50px;
  height: 50px;
}
.slice .content .side_pane .each > .pic > .icon.map {
  background: url('../img/contact_icons/map-black.png') no-repeat;
}
.slice .content .side_pane .each > .pic > .icon.device {
  background: url('../img/contact_icons/device-black.png') no-repeat;
}
.slice .content .side_pane .each > .pic > .icon.mail {
  background: url('../img/contact_icons/mail-black.png') no-repeat;
}
.slice .content .side_pane .each > .pic > .icon.opening {
  background: url('../img/contact_icons/opening.png') no-repeat;
}
.slice .content .side_pane .each .text {
  display: inline-block;
  float: left;
  width: 250px;
  height: 50px;
  font: 18px/50px "Helvetica";
  color: #000;
  text-align: center;
}
.slice .content .side_pane .each .text.long {
  font: 18px/25px "Helvetica";
}
.slice .content .services {
  display: inline-block;
  text-align: center;
}
.slice .content .services .each {
  display: inline-block;
  width: 215px;
  text-align: center;
  margin: 0 15px 40px;
  vertical-align: top;
}
.slice .content .services .each .ico {
  width: 143px;
  height: 143px;
  margin: 0 auto;
}
.slice .content .services .each .ico.vedohalo {
  background: url('../img/ico_vedohalo.png');
}
.slice .content .services .each .ico.kapuhalo {
  background: url('../img/ico_kapuhalo.png');
}
.slice .content .services .each .ico.teniszhalo {
  background: url('../img/ico_teniszhalo.png');
}
.slice .content .services .each .ico.roplabdahalo {
  background: url('../img/ico_roplabdahalo.png');
}
.slice .content .services .each .ico.maszohalo {
  background: url('../img/ico_maszohalo.png');
}
.slice .content .services .each > h3 {
  font: 18px "MontserratBold";
  color: #7ea953;
  text-transform: uppercase;
  margin: 25px 0 12px;
}
.slice .content .services .each .description {
  width: 185px;
  padding: 0 15px;
  font: 13px "Arial";
  color: #333333;
  height: 150px;
}
.slice .content .services .each:nth-last-child(1) {
  margin-right: 0;
}
.slice .content .separator_line {
  width: 100%;
  height: 1px;
  background: url('../img/line_gray.png') center bottom no-repeat;
  margin: 60px 0 70px;
}
.slice .content .separator_line.less_margin {
  margin: 35px 0 35px 0;
}
.slice .content .sale_off {
  font: 26px "MontserratBold";
  color: #333333;
  max-width: 680px;
  margin: 70px auto 70px;
}
.slice .content > table {
  width: 100%;
  border: solid 1px #d5d5d5;
  font: 18px "MontserratBold";
  color: #7ea953;
  border-collapse: separate;
  border-spacing: 0px;
  margin: 0 0 70px;
}
.slice .content > table tr {
  height: 60px;
  line-height: 60px;
  vertical-align: middle;
}
.slice .content > table tr td {
  line-height: 60px;
  vertical-align: middle;
}
.slice .content > table tr td.name {
  text-align: left;
  padding-left: 22px;
  width: 50%;
}
.slice .content > table tr td.desc {
  text-align: left;
}
.slice .content > table tr td.price {
  text-align: right;
  padding-right: 22px;
}
.slice .content > table tr td {
  border-bottom: solid 1px #d5d5d5;
}
.slice .content .all_prizes {
  display: inline-block;
  font: 18px/55px "MontserratBold";
  text-transform: uppercase;
  color: #fff;
  background: #7ea953;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 4px 20px 0;
  margin: 0 0 70px 0;
}
.slice .content .all_prizes:hover {
  border-bottom: solid 4px #729d47;
  background: #8cb860;
  font: 18px/47px "MontserratBold";
  padding: 8px 20px 0;
}
.slice .content #banner_wrapper {
  position: relative;
  width: 960px;
  height: 316px;
  overflow: hidden;
  margin: 0 0 70px 0;
}
.slice .content #banner_wrapper > a {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  z-index: 999;
}
.slice .content #banner_wrapper img {
  width: 960px;
}
.slice .content .footer_logo {
  width: 140px;
  height: 140px;
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  border-radius: 80px;
  margin: 70px auto;
  background: url('../img/logo_65_white.png') #7ea953 37px 37px no-repeat;
}
.slice .content ul.bottom_menu {
  display: inline-block;
  width: 100%;
  float: right;
  list-style: none;
  margin: 0 0 60px 0;
  padding: 0;
  border-bottom: solid 1px #fff;
  border-top: solid 1px #fff;
}
.slice .content ul.bottom_menu > li {
  display: inline-block;
  font: 16px/90px "MontserratBold";
}
.slice .content ul.bottom_menu > li > a {
  display: inline-block;
  color: #fff;
  height: 100%;
  padding: 0 10px;
  text-transform: uppercase;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.slice .content ul.bottom_menu > li > a:hover,
.slice .content ul.bottom_menu > li > a.active {
  color: #7ea953;
}
.slice .content .cc {
  margin: 0 auto 40px;
  font: 11px "MontserratBold";
  color: #fff;
  text-transform: uppercase;
}
.slice .content .btn {
  display: inline-block;
  width: 28px;
  height: 28px;
  border: solid 1px #000;
  text-align: center;
  line-height: 33px;
  vertical-align: middle;
  font: 13px/28px "MontserratBold";
  color: #000;
  background: #fff;
  text-transform: uppercase;
  margin: 0px 7px 40px 7px;
}
.slice .content .btn:hover {
  background: #7ba952;
  color: #fff;
}
.slice .content .btn.fb {
  background: url('../img/button_fb.png') -2px -3px;
}
.slice .content .btn.fb:hover {
  background: url('../img/button_fb_hover.png') -2px -3px;
  border: solid 1px #3c5a98;
}
.slice .content .goal_pic {
  margin: 70px 0 0 0;
}
.slice .content .about_article {
  display: inline-block;
  width: 370px;
  font: 12px/20px "Arial";
  color: #000;
  text-align: justify;
  margin: 0 0 70px 0;
}
.slice .content .about_article p {
  margin: 0 0 15px 0;
}
.slice .content .about_article.left {
  float: left;
  margin-left: 95px;
}
.slice .content .about_article.right {
  float: right;
  margin-right: 95px;
}
