html,
body {
  height: 100%;
  background: #000;
}

body {
  padding: 0;
  margin: 0;
  min-width: 800px;
  color: #000;
  font-size: 16px;
  font-family: "Open Sans", 'Arial Unicode MS', Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5em;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

#main {
  margin: 0 auto;
  position: relative;
  width: 100%;
  min-height: 100%;
  left: 0;
  top: 0;
  cursor: default;
  color: #fff;
  overflow: hidden;
}

#main * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

table,
ul.hmenu {
  font-size: 18px;
  font-family: "Open Sans", 'Arial Unicode MS', Helvetica, Sans-Serif;
  font-weight: 300;
  font-style: normal;
  border-collapse: collapse;
}

table td {
/*  background: #f9f9f9;*/
  padding: 7px 20px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
ol,
li {
  margin: 0;
  padding: 0;
}

h2 {
  margin-bottom: 20px;
  color: #dab020;
  font-size: 30px;
  line-height: 1.2em;
}

h3 {
  margin-bottom: 10px;
  color: #dab020;
  line-height: 1.2em;
}

p {
  margin: 10px 0;
}

a {
  font-weight: bold;
  color: #dab020;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
  border: none;
  vertical-align: bottom;
}

ul {
  list-style: none;
  margin-bottom: 20px;
}

ul li {
  position: relative;
  padding-left: 30px;
}

ul li:before {
  content: "\E80C";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 1px;
  font-family: "scenarios";
  font-size: 10px;
  color: #dab020;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.mainWrapper {
  display: block;
  width: 1200px;
  margin: 0 auto;
}

.header {
  background-image: url(../images/ghost-recon-header.jpg);
  background-size: cover;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-color: #000;
}

.header .mainWrapper {
  position: static;
}

.header a {
  text-decoration: none !important;
}

.header h1 {
  padding-top: 5px;
  font-size: 50px;
  line-height: 51px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-align: center;
}

.header h1 small {
  display: block;
  font-size: 29px;
}

.header h1 a {
  color: #fff;
  text-shadow: 2px 3px 16px rgba(0, 0, 0, 0.55);
}

.header .label {
  position: absolute;
  left: 50%;
  bottom: 41px;
  margin-left: -106px;
  background: #000;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 10px;
  -webkit-transform: rotate(-7deg);
  -moz-transform: rotate(-7deg);
  transform: rotate(-7deg);
}

.header .logo {
  position: absolute;
  top: 240px;
  right: 10%;
  width: 400px;
  margin: 0 auto;
}

.reservationPage .header,
.consent .header {
  background: none;
}

.reservationPage .header a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.reservationPage .header .logo,
.consent .header .logo {
  position: relative;
  top: 0;
  right: 0;
  margin-top: 30px;
  text-align: center;
}

.header .section.cta {
  margin-top: 480px;
}

.header .section.cta .buttonContainer {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  color: #000;
}

.reservationPage .sheet {
  padding-top: 30px;
}

.reservationPage .header .mainWrapper,
.page404 .header .mainWrapper,
.consent .header .mainWrapper {
  min-height: 0;
  background-position: center top;
}

.reservationPage .header h1 a {
  color: #fff;
}

/* 404 */

.page404 {
  text-align: center;
}

.page404 .sheet > p {
  font-size: 30px;
}

/* reservation pannel */

.fixedReservation {
  display: inline-block;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: none;
  background: rgba(255, 255, 255, 0.30);
  text-align: center;
  padding: 12px 0;
  z-index: 999;
}

.fixedReservation a {
  display: inline-block;
  color: #000;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 300;
  border: solid 2px #fac022;
  padding: 7px;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.fixedReservation a > span {
  display: inline-block;
  color: #a76009;
  background: #fac022;
  padding: 10px 30px;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.fixedReservation a:hover > span {
  background: #fff;
  color: #a76009;
}

.fixedReservation a > span > span {
  font-weight: bold;
}

.section.description {
  padding-top: 30px;
}

/* hp CTA */

.section.cta {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-bottom: 100px;
}

.section.cta a.btn {
  display: inline-block;
  color: #000;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 300;
  border: solid 2px #fac022;
  padding: 7px;
  -webkit-box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.3);
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.section.cta a.btn.disabled {
  opacity: 0.4;
  border-color: #fff !important;
  cursor: default;
}

.section.cta a.btn > span {
  display: inline-block;
  background: #fac022;
  color: #a76009;
  padding: 27px 53px;
  /* -webkit-box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.83); */
  -moz-box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.83);
  /* box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.83); */
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.section.cta a.btn.disabled span {
  background: #fff !important;
}

.section.cta a.btn:hover {
  border-color: #fff;
}

.section.cta a.btn:hover > span {
  background: #fff;
  color: #a76009;
}

.section.cta a.btn > span > span {
  font-weight: bold;
}

.section.cta a.phone {
  display: block;
  font-size: 26px;
  margin-top: 23px;
  color: #000;
  margin-bottom: 40px;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.section.cta a.phone:hover {
  text-decoration: none;
  color: #fff;
}

/* HP content */

.homePage .section.description .mainWrapper {
  text-align: right;
}

.homePage .section.description .outer {
  width: 60%;
  display: inline-block;
  text-align: left;
  font-size: 18px;
}

.homePage .section.description .thingsToDo {
  display: inline-block;
  width: 100%;
  margin-top: 30px;
}

.homePage .section.description ul {
  display: inline-block;
  width: 50%;
  float: left;
}

/* section tombola */

.section.tombola {
  /* min-height: 600px; */
  background-image: url(../images/tombola.jpg?2);
  background-size: cover;
  background-position: center 20%;
  padding: 150px 0;
  margin-top: 80px;
}

.section.tombola h2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.section.tombola .items {
  text-align: center;
}

.section.tombola .items .item {
  display: inline-block;
  position: relative;
  width: 176px;
  height: 0;
  margin: 10px;
  padding-top: 176px;
  background-size: 80% auto;
  background-position: center;
  background-repeat: no-repeat;
/*
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-shadow: 0 0 56px rgba(0, 0, 0, 0.73);
  -moz-box-shadow: 0 0 56px rgba(0, 0, 0, 0.73);
  box-shadow: 0 0 56px rgba(0, 0, 0, 0.73);
*/
  z-index: 1;
}

/*
.section.tombola .items .item:before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  content: "\E807";
  font-family: "scenarios";
  font-size: 176px;
  line-height: 1em;
  color: #fff;
  z-index: -1;
}
*/

.section.tombola .items .item .inner {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.section.tombola .items .item a {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}

.section.tombola .items .item h3 {
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0;
  padding: 8px 25% 10px;
  margin: 0;
  z-index: 9;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 13px;
  line-height: 17px;
  text-align: center;
  background: #dab021;
  color: #fff;
}

.section.tombola .items .item:last-child h3 {
  height: 100%;
  padding-top: 26%;
}

.section.tombola .items .item .num {
  position: absolute;
  bottom: -14px;
  right: 30px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #dbb100;
  font-weight: bold;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.section.video {
  text-align: center;
  padding: 40px 0;
}

.section.video .item {
  display: inline-block;
  width: 49%;
  vertical-align: top;
  margin: 10px 0;
}

.section.video .text {
  font-size: 21px;
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: 40px;
}

.section.video .outer {
  display: inline-block;
  width: 100%;
  max-width: 500px;
  border: solid 3px #fff;
}

.section.video .inner {
  position: relative;
  width: 100%;
  padding-top: 60%;
}

.section.video .inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

/* HP main params */

.homePage .section.params {
  position: relative;
  text-align: center;
/*  background-image: url(../images/co-kdy-kde.jpg?3);*/
  background-image: url(../images/grunge-photo.jpg);
  background-size: cover;
  background-position: left center;
  margin-bottom: 30px;
  margin-top: 30px;
}

.homePage .section.params a:not(.button) {
  color: #fff;
}

.homePage .section.params a.button {
  color: #fff;
}

.homePage .section.params a.button:hover {
  color: #000;
}

.homePage .section.params .mainWrapper {
  position: relative;
}

.homePage .section.params .outer {
  position: relative;
  padding: 296px 0;
}

.homePage .section.params .outer:before {
  content: "";
  position: absolute;
  top: -293px;
  left: -115px;
  width: 510px;
  height: 500px;
  background-image: url(../images/compass-photo.png?2);
  background-image: url(../images/polaroid-wide.png);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  z-index: 0;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  transform: rotate(3deg);
}

.homePage .section.params ul {
  margin-bottom: 0;
}

.homePage .section.params li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1;
  padding-left: 0;
  margin: 0 28px;
}

.homePage .section.params li:before {
  display: none;
}

.homePage .section.params li span.lbl {
  display: inline-block;
  width: 90px;
  height: 90px;
  line-height: 90px;
  background: #fff;
  color: #dab020;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.homePage .section.params li span.val {
  display: block;
  width: 130px;
  font-weight: bold;
  font-size: 20px;
  margin-top: 14px;
  text-shadow: 1px 0px 5px #000;
}

.homePage .section.params .fbgroup {
  position: relative;
  margin-bottom: -100px;
  margin-top: 55px;
}

.homePage .section.params li span.alternates {
  display: block;
  font-size: 15px;
  line-height: 18px;
  margin-top: 6px;
}

/* pricelist */

.homePage .section.prices {
  text-align: center;
  padding: 20px 0;
  margin-top: -60px;
  margin-bottom: -30px;
}

.homePage .section.prices .mainWrapper {
  position: relative;
}
/* zbraň */
.homePage .section.prices .mainWrapper:before {
  content: "";
  display: inline-block;
  width: 400px;
  height: 243px;
  position: absolute;
  bottom: -170px;
  right: -198px;
  background: url(../images/gun.png);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  -webkit-transform: rotate(-34deg);
  -moz-transform: rotate(-34deg);
  transform: rotate(-34deg);
  z-index: 9;
  display: none;
}

.homePage .section.prices .map_container {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 500px;
  height: 300px;
}

.homePage .section.prices .map_container > div {
  position: absolute;
  width: 100%;
  height: 100%;
}

.homePage .section.prices .outer {
  width: 520px;
  margin: 0 auto;
}

.homePage .section.prices ul {
  margin-bottom: 0;
}

.homePage .section.prices ul.main > li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1;
  padding-left: 0;
  margin: 0 28px;
}

.homePage .section.prices ul.main > li h3 {
  color: #dab020;
}

.homePage .section.prices ul li {
  padding-left: 0;
}

.homePage .section.prices ul li:before {
  display: none;
}

.homePage .section.prices ul.main > li .price {
  display: inline-block;
  position: relative;
  width: 200px;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  padding: 44px 0 140px;
  margin-top: 30px;
  margin-bottom: 30px;
  text-indent: 2px;
}

.homePage .section.prices ul.main > li .price:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/ghost-face.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.homePage .section.prices ul.main ul {
  
}

.homePage .section.prices li span.val {
  display: block;
  font-weight: bold;
  font-size: 20px;
  margin-top: 14px;
  text-shadow: 1px 0px 5px #000;
}

.homePage .section.prices p {
  
}

/* section history */

.homePage .section.history {
  margin-top: 150px;
  background-image: url(../images/history-back.jpg);
  background-size: 100% auto;
  background-position: center;
  padding: 105px 0;
}

.homePage .section.history .mainWrapper {
  position: relative;
}

.homePage .section.history .outer {
  position: relative;
  width: 500px;
}

.homePage .section.history .outer h3 {
  margin-top: 15px;
}

.homePage .section.history .outer a {
  display: block;
  color: #fff;
}

.homePage .section.history .mainWrapper:before {
  content: "";
  display: inline-block;
  width: 500px;
  height: 500px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -250px;
  background: url(../images/mogadishu-circle.png);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}

/* section gallery */

.section.gallery {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 100px;
}

.section.gallery .photo {
  display: inline-block;
  width: 290px;
}

.section.gallery .photo.even {
  transform: rotate(5deg);
}

.section.gallery .photo.odd {
  transform: rotate(-2deg);
}

/* movie section */

.section.movie {
  background-image: url(../images/movie-back.jpg?2);
  background-size: cover;
  background-position: center 20%;
}

.section.movie .mainWrapper {
  position: relative;
}

.section.movie .outer {
  padding-bottom: 150px;
  margin-top: 51px;
}

.section.movie h2 {
  position: relative;
  margin-bottom: 73px;
  z-index: 5;
  text-align: center;
  text-transform: uppercase;
}

.section.movie .trailer {
  display: inline-block;
  position: relative;
  width: 50%;
  z-index: 1;
  padding: 3px;
  background: #fff;
}

.section.movie .trailer:before,
.section.header .title {
  content: "";
  display: inline-block;
  position: absolute;
  top: -119px;
  right: -162px;
  width: 300px;
  height: 300px;
  background-image: url(../images/splash-red.png);
  z-index: 1;
  background-size: cover;
  background-position: center;
}

.section.movie .trailer:after {
  top: auto;
  bottom: -150px;
  right: auto;
  left: -150px;
  background-image: url(../images/splash-yellow.png);
}

.section.movie .trailer .inner {
  position: relative;
  width: 100%;
  padding-top: 60%;
}

.section.movie .trailer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.section.movie .stamp {
  position: absolute;
  right: 0;
  top: 22px;
  width: 230px;
  z-index: 9;
  text-align: center;
}

.section.movie .stamp span {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 21px;
  color: #fff;
  margin-bottom: 10px;
}

.section.movie .text {
  display: inline-block;
  position: relative;
  width: 39%;
  /* padding-left: 50px; */
  bottom: -74px;
  left: -31px;
}

.section.movie .text .inner {
  display: inline-block;
  padding: 36px 49px;
  /* border: solid 1px #ddd; */
  font-size: 16px;
  background: #fff;
  color: #000;
  text-align: justify;
}

/* section activities */

.section.activities {
  background-image: url(../images/activities-section.jpg);
  background-size: cover;
  background-position: center;
  padding: 50px 0;
  border-top: solid 1px #bbbdb1;
}

.section.activities h2 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.section.activities .items {
  display: inline-block;
  width: 100%;
}

.section.activities .item {
  display: inline-block;
  width: 32%;
  float: left;
  text-align: center;
  padding: 10px;
  margin: 0.5%;
  border: solid 1px #fff;
  background: #fff;
}

.section.activities .item .img {
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 100%;
  padding-top: 66%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
}

.section.activities .item .img span {
  position: absolute;
  display: inline-block;
  width: 100%;
  top: 35%;
  left: 0;
  color: #fcc100;
  font-size: 90px;
  line-height: 0;
}

.section.activities .item h3 {
  display: inline-block;
  text-align: center;
  font-size: 16px;
  background: #dbb100;
  color: #fff;
  padding: 10px;
  margin: 0 10px;
}

.section.activities .sebman {
  margin-top: 30px;
}

.section.activities .sebman .inner {
  max-width: 550px;
  margin: 0 auto;
}

.section.activities .sebman .logo {
  display: inline-block;
  position: relative;
  bottom: -50px;
}

.section.activities .sebman .logo img {
  width: 110px;
}

.section.activities .sebman img {
  
}

/* section gun */

.section.gun {
  background-image: url(../images/gun-section.jpg);
  background-size: cover;
  background-position: center;
  padding: 50px 0;
}

.section.gun .left {
  display: inline-block;
  vertical-align: middle;
  width: 55%;
  padding-right: 7%;
}

.section.gun .left .brdr {
  position: relative;
  width: 100%;
}

.section.gun .left .brdr svg {
  width: 100%;
  height: auto;
}

.section.gun .left .brdr img {
  position: absolute;
  top: -9%;
  left: -5%;
  width: 113%;
  max-width: none;
}

.section.gun .left .brdr img {
  width: 310px;
  top: 50%;
  left: 50%;
  margin-left: -168px;
  margin-top: -150px;
}

.section.gun .left .brdr img.gun {
  width: 600px;
  top: 50%;
  left: 50%;
  margin-left: -298px;
  margin-top: -90px;
}

/* dočasný */

/*
.section.gun .left .brdr img.gun {
  width: 600px;
  top: 39%;
  left: 50%;
  margin-left: -198px;
  margin-top: -90px;
}

.section.gun .left .brdr img.gun.second {
  width: 250px;
  left: 50%;
  margin-left: -300px;
  margin-top: 0;
}
*/

/*
.section.gun .left .brdr img.gun {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  margin-left: 0;
  margin-top: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
*/

/* <--> */

.section.gun .left .brdr .detail {
  display: inline-block;
  position: absolute;
  width: 200px;
  height: 200px;
  background-size: cover;
  background-position: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.section.gun .left .brdr .detail.n1 {
  background-image: url(../images/mk18-detail.jpg);
  top: -9%;
  left: 42%;
}

.section.gun .left .brdr .detail.n2 {
  background-image: url(../images/gun-detail2.jpg);
  top: -7%;
  left: 13%;
}

.section.gun .right {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 44%;
  text-align: right;
}

.section.gun .right .boy {
  display: inline-block;
  width: 70%;
  padding-top: 97%;
/*  background-image: url(../images/vault-boy.png);*/
  background-size: 100% auto;
  margin-right: 120px;
}

.section.gun .right .txt {
  position: absolute;
  width: 400px;
  height: 400px;
  bottom: 60px;
  right: 0;
  z-index: 1;
  color: #000;
  text-align: center;
  font-size: 14px;
  padding: 63px 45px;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.section.gun .right .txt h2 {
  margin-top: 0;
  font-size: 23px;
  margin-bottom: 11px;
  /* prozatim  */
/*    margin-top: 35%;*/
}

.section.gun .right .txt p {
  
}

/*
.section.gun .right .txt:before {
  content: "\E807";
  position: absolute;
  left: 0;
  top: 0;
  font-family: "scenarios";
  font-size: 350px;
  line-height: 1em;
  color: #fff;
  z-index: -1;
}
*/

/* predator section */

.section.predator {
  position: relative;
  background: #212121;
  background-image: url(../images/Benefit_3_Predator_Helios_300-desk.jpg);
  background-position: center;
  background-size: cover;
}

.section.predator:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.section.predator .container {
  padding: 0;
}

.section.predator .container .outer {
  display: inline-block;
  position: relative;
  vertical-align: bottom;
  width: 100%;
  height: 0;
  padding-top: 45%;
  z-index: 5;
}

.section.predator .container .inner {
  position: absolute;
  bottom: 13%;
  left: 0;
  z-index: 5;
}

.section.predator .container .inner .logo svg {
  fill: #fff;
  width: 250px;
  height: auto;
  margin-bottom: 15px;
}

.section.predator .container .inner .text {
  color: #fff;
  width: 410px;
  text-align: justify;
}

.section.predator-photos {
  background: #212121;
}

.section.predator-photos .item {
  border-left: solid 1px rgba(255, 255, 255, 0.05);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(45,45,45,0) 0%, rgba(13,13,13,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(45,45,45,0)), color-stop(100%,rgba(13,13,13,1)));
  background: -webkit-linear-gradient(top, rgba(45,45,45,0) 0%,rgba(13,13,13,1) 100%);
  background: -o-linear-gradient(top, rgba(45,45,45,0) 0%,rgba(13,13,13,1) 100%);
  background: -ms-linear-gradient(top, rgba(45,45,45,0) 0%,rgba(13,13,13,1) 100%);
  background: linear-gradient(to bottom, rgba(45,45,45,0) 0%,rgba(13,13,13,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002d2d2d', endColorstr='#0d0d0d',GradientType=0 );
}

.section.predator-photos .item:first-child {
  border-left: none;
}

.section.predator-photos .photo {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 0;
  padding-top: 50%;
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}

/* section partners */

.section.partners {
  text-align: center;
  padding: 50px 0;
}

.section.partners li {
  display: inline-block;
  width: 196px;
  vertical-align: middle;
  padding-left: 0;
  text-align: center;
}

.section.partners li:before {
  display: none;
}

.section.partners li a {
  display: inline-block;
}

.section.partners li a img {
  max-height: 90px;
  max-width: 80%;
}

/* footer */

.footer {
  display: inline-block;
  width: 100%;
  vertical-align: bottom;
  margin-top: 60px;
}

.footer .mainWrapper {
  background-image: url(../images/web-footer.jpg);
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  height: 100%;
}

.footer .copyright {
  text-align: center;
  margin-bottom: 20px;
}

.footer .copyright p {
  margin: 0;
}

.footer .logos {
  display: inline-block;
  margin-top: 10px;
}

.footer .logos li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  padding: 0;
  text-align: center;
}

.footer .logos li:before {
  display: none;
}

.footer .logos li img {
  float: left;
  max-height: 40px;
  max-width: 200px;
}

.footer .developed {
  font-size: 13px;
}

.footer .developed a {
  color: #fff;
}

.footer .developed a:before {
  background: #fff;
  height: 1px;
}

/* others */

.icon:before {
  font-family: "penzion";
  font-weight: 100;
}

.icons i:before {
  font-family: "penzion";
  font-weight: 100;
  font-style: normal;
}

.button {
  display: inline-block;
  padding: 15px 35px;
  background: #dab020;
  color: #000;
  border: none;
  font-size: 17px;
  font-family: "Open Sans", 'Arial Unicode MS', Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: normal;
  cursor: pointer;
}

.button:hover {
  background: #fff;
  text-decoration: none;
}

.button.small {
  padding: 7px 18px;
}

.control-group {
  margin-bottom: 30px;
}

input[type="text"],
input[type="number"],
input[type="email"],
textarea {
  display: inline-block;
  width: 100%;
  padding: 10px;
  font-size: 16px;
  font-family: "Open Sans", 'Arial Unicode MS', Helvetica, Sans-Serif;
  font-weight: normal;
  font-style: normal;
  background: none;
  border: none;
  color: #fff;
  border-bottom: solid 2px #fff;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

textarea {
  resize: vertical;
  min-height: 100px;
}

input[type="text"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
textarea:focus {
  outline: none;
  border-color: #dab020;
}

input[type="text"]:hover,
input[type="number"]:hover,
input[type="email"]:hover,
textarea:hover {
  
}

@-webkit-keyframes autofill {
  to {
    color: #fff;
    background: #000;
  }
}

input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}

.radio .controls,
.checkbox .controls {
  margin-top: 10px;
}

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  display: none;
}

.radio input[type="radio"] + label,
.checkbox input[type="checkbox"] + label {
  display: inline-block;
  cursor: pointer;
  margin-right: 20px;
  -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.radio input[type="radio"] + label:before,
.checkbox input[type="checkbox"] + label:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  border: solid 2px;
  font-family: "scenarios";
  font-size: 21px;
  line-height: 27px;
  text-align: center;
  margin-right: 10px;
}

.radio input[type="radio"]:checked + label:before,
.checkbox input[type="checkbox"]:checked + label:before {
  content: "\E808";
}

.formLoader {
  display: inline-block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(255, 255, 255, 0.85);
}

.formLoader span {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -47px;
  margin-top: -47px;
}

.formLoader span:before {
  content: url(../images/ripple.svg);
}

/* responsive */

@media all and (max-width: 1700px) {
  .header .logo {
    width: 400px;
  }
}

@media all and (max-width: 1500px) {
  .header .logo {
    width: 400px;
  }
}

@media all and (max-width: 1400px) {
  .mainWrapper {
    width: 1000px;
  }
  body {
    font-size: 17px;
  }
  
  .header .mainWrapper {
    min-height: 690px;
    text-align: center;
  }
  
  .header .section.cta {
    margin-top: 550px;
  }
  
  .header h1 {
    display: inline-block;
  }
  .header h1 small {
    
  }
  
  .homePage .section.params li {
    margin: 5px 16px;
  }
  
  .section.cta {
    margin-bottom: 50px;
  }
  
  .homePage .section.description ul {
    width: 44%;
    margin-right: 6%;
  }
  
  .homePage .section.params .outer {
    padding: 190px 0;
  }
  .homePage .section.params .outer:before {
    top: -293px;
    left: -127px;
    width: 500px;
    height: 400px;
  }
  
  .homePage .section.prices .outer {
    width: 540px;
  }
  .homePage .section.prices .mainWrapper:before {
    width: 520px;
    height: 380px;
    bottom: -76px;
  }
  
  .homePage .section.history .outer {
    width: 600px;
  }
  .homePage .section.history .mainWrapper:before {
    width: 350px;
    height: 350px;
    top: 50%;
    right: 0;
    margin-top: -180px;
  }
  
  .section.gun .right .txt {
/*
    width: 300px;
    font-size: 13px;
    line-height: 1.5em;
    padding: 50px;
*/
  }
  .section.gun .right .txt:before {
    font-size: 300px;
  }
  .section.gun .right .txt h2 {
    font-size: 20px;
  }
  .section.gun .left .brdr .detail {
    width: 130px;
    height: 130px;
  }
  .section.gun .left .brdr .detail.n1 {
    top: 2%;
    left: 42%;
  }
  
  .section.movie h2 {
    margin-bottom: 30px;
  }
  .section.movie .stamp {
    display: inline-block;
    position: relative;
    top: 0;
    width: 100%;
  }
  
  .section.gallery .photo {
    width: 240px;
  }
  
  .footer {
    margin-top: 70px;
  }
}

@media all and (max-width: 1300px) {
  .section.gun .left .brdr img.gun {
/*
    width: 470px;
    margin-left: -268px;
    margin-top: -75px;
*/
  }
}

@media all and (max-width: 1100px) {
  .mainWrapper {
    width: 800px;
  }
  
  .header .mainWrapper {
    min-height: 600px;
  }
  
  .section.tombola .items .item {
    margin: 5px 10px;
  }
  
  .homePage .section.description .outer {
    width: 100%;
  }
  
  .homePage .section.params {
    margin-top: 100px;
    margin-bottom: 50px;
  }
  .homePage .section.params .outer:before {
    top: -129px;
    left: -127px;
    width: 400px;
    height: 330px;
  }
  
  .homePage .section.prices .outer {
    width: 477px;
  }
  .homePage .section.prices .mainWrapper:before {
    width: 396px;
    height: 289px;
    bottom: 0px;
  }
  .homePage .section.prices ul.main > li {
    width: 180px;
  }
  
  .homePage .section.history {
    margin-top: 70px;
    padding: 30px 0;
  }
  .homePage .section.history .outer {
    width: 425px;
  }
  
  .section.gun .right .boy {
    display: none;
  }
  .section.gun .right .txt {
    position: relative;
    bottom: 0;
    left: 0;
  }
  .section.activities .item {
    width: 49%;
  }
  
  .section.gallery {
    margin-top: 50px;
  }
  .section.gallery .photo {
    width: 195px;
  }
  
  .section.tombola {
    background-position: center;
  }
  .section.tombola .items .item {
    width: 130px;
    padding-top: 130px;
  }
  .section.tombola .items .item:before {
    font-size: 130px;
  }
  
  .section.partners {
    width: 450px;
    margin: 0 auto;
  }
  .section.partners li {
    margin: 15px 0;
  }
}

@media all and (max-width: 950px) {
  .mainWrapper {
    width: 90%;
  }
  
  .header .mainWrapper {
    position: relative;
  }
  
  .header {
    background-position: center bottom;
  }
  
  .header > .mainWrapper {
    width: 480px;
    max-width: 90%;
  }
  .header .logo {
    top: 10%;
    left: 50%;
    margin-left: -200px;
  }
  
  .header .section.cta .buttonContainer {
    color: #fff;
  }
  .section.cta a.phone {
    color: #fff;
  }
  
  .header .section.cta .buttonContainer {
    width: 100%;
  }
  
  .homePage .section.params {
    margin-top: 50px;
  }
  .homePage .section.params ul {
    width: 400px;
    margin: 0 auto;
  }
  .homePage .section.params .outer {
    padding: 80px 0;
  }
  .homePage .section.params .outer:before {
    display: none;
  }
  
  .homePage .section.prices {
    margin-top: 0;
  }
  .homePage .section.prices .outer {
    margin: 0 auto;
  }
  .homePage .section.prices ul.main > li .price {
    width: 180px;
    margin-bottom: 0px;
  }
  .homePage .section.prices .mainWrapper:before {
    display: none;
  }
  
  .homePage .section.history .mainWrapper:before {
    display: none;
  }
  .homePage .section.history .outer {
    width: 100%;
  }
  
  .section.gallery .photo {
    width: 150px;
  }
}

@media all and (max-width: 799px) {
  body {
    min-width: 0;
  }
  
  .header .mainWrapper {
    background-size: cover;
  }
  .header {
    background-size: cover;
  }
  .header .logo {
    top: 30px;
    overflow: hidden;
  }
  .header .section.cta {
    margin-top: 0;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  
  .section.gun .left {
    width: 100%;
    padding-right: 0;
  }
  .section.gun .left .brdr img.gun {
    width: 510px;
  }
  .section.gun .left .brdr img.gun.second {
    width: 220px;
  }
  .section.gun .right {
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
  .section.gun .right .txt {
    display: inline-block;
  }
  .section.gun .left .brdr .detail {
    display: none;
  }
  
  .section.activities .item {
    vertical-align: top;
    width: 48%;
    float: none;
    margin-bottom: 30px;
  }
}

@media all and (max-width: 680px) {
  .header h1 {
    font-size: 58px;
    line-height: 64px;
  }
  .header h1 small {
    font-size: 33px;
    line-height: 41px;
  }
  
  .section.cta a.btn {
    font-size: 16px;
    padding: 5px;
  }
  .section.cta a.btn > span {
    padding: 15px 20px;
  }
  
  .homePage .section.description .outer {
    font-size: 16px;
  }
  
  .homePage .section.description ul {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  
  .section.gallery .photos {
    width: 400px;
    margin: 0 auto;
  }
  
  .homePage .section.params .fbgroup {
    margin-bottom: 0;
  }
  
  .section.gun .left .brdr img.gun {
    width: 300px;
    margin-left: -150px;
  }
  .section.gun .left .brdr img.gun.second {
    margin-left: -90px;
    top: 45%;
    width: 180px;
    left: 50%;
  }
  .section.gun .left .brdr img.gun {
/*    margin-top: -17%;*/
  }
  
  .footer .mainWrapper {
    background-position: center bottom;
  }
}

@media all and (max-width: 550px) {
  .section.partners {
    width: 200px;
    padding-top: 0;
  }
  .section.partners li {
    width: 90px;
  }
  .section.partners li a img {
    max-height: 60px;
  }
  
  .section.gun .left {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .section.gun .left .brdr {
    height: 130px;
  }
  .section.gun .left .brdr svg {
    display: none;
  }
  .section.gun .left .brdr img.gun {
/*    max-width: 100%;*/
/*    margin-left: -47%;*/
  }
}

@media all and (max-width: 480px) {
  .header .mainWrapper {
    min-height: 530px;
  }
  
  .header .logo {
    width: 300px;
    margin-left: -150px;
  }
  
  .header h1 {
    font-size: 40px;
    line-height: 55px;
  }
  .header h1 small {
    font-size: 33px;
    line-height: 25px;
  }
  
  .section.cta a > span {
    padding: 22px 23px;
  }
  
  .homePage .section.params {
    margin-top: 0;
  }
  .homePage .section.params ul {
    width: 100%;
  }
  .homePage .section.params li {
    width: 100%;
    margin-left: 0;
  }
  .homePage .section.params li span.lbl {
    width: 100%;
    height: auto;
    line-height: 35px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .homePage .section.params li span.lbl {
    font-size: 14px;
  }
  .homePage .section.params li {
    margin-top: 20px;
  }
  .homePage .section.params li span.val {
    width: 100%;
  }
  
  .homePage .section.params .outer {
    padding: 25px 0;
  }
  
  .section.gallery .photos {
    width: 300px;
  }
  .section.gallery .photo {
    width: 120px;
  }
}

@media all and (max-width: 560px) {
  .section.photos .items .item {
    width: 48%;
  }
}

@media all and (max-width: 520px) {
  .homePage .section.prices .outer {
    width: 100%;
  }
  .homePage .section.prices ul.main > li {
    width: 100%;
    margin-left: 0;
    margin-bottom: 35px;
  }
  
  .homePage .section.prices ul.main ul {
    height: auto !important;
  }
}

/* predator */

@media all and (max-width: 990px) {
  .section.predator .container .outer {
    padding-top: 65%;
  }
  
  .section.video .item {
    width: 100%;
  }
  
  .section.movie .trailer {
    width: 100%;
    margin-top: 20px;
  }
  .section.movie .text {
    width: 100%;
    bottom: 0;
    left: 0;
  }
  .section.movie .text .inner {
    text-align: left;
  }
  
  .section.movie h2 {
    
  }
  
  .section.tombola {
    padding: 50px 0;
  }
  .section.movie .outer {
    padding-bottom: 0;
  }
}

@media all and (max-width: 766px) {  
  .section.scenarios .container {
    padding: 0 15px;
  }
  .section.scenarios .container:before {
    display: none;
  }
  
  .section.predator .container .outer {
    padding: 40px 0;
    height: auto;
  }
  .section.predator .container .inner {
    position: relative;
    bottom: 0;
  }
  .section.predator .container .inner .logo {
    padding: 0 20px;
  }
  .section.predator .container .inner .text {
    width: 100%;
    padding: 0 20px;
  }
  
  .section.predator-photos .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media all and (max-width: 680px) {
  .section.cta {
    margin-bottom: 0;
  }
  .header .mainWrapper {
    min-height: 100vh;
  }
  .homePage .section.params .outer {
    padding-bottom: 0;
  }
}

@media all and (max-width: 480px) {  
  .section.predator-photos .photo {
    padding-top: 80%;
  }
  
  .section.activities .item {
    width: 100%;
  }
}

@media all and (max-width: 380px) {
  .section.gun .right .txt {
    width: 280px;
    height: 280px;
    font-size: 12px;
    line-height: 1.5em;
    padding: 56px 26px;
  }
}

@media all and (max-height: 450px) {
  .header {
    background-size: 80% auto;
    background-position: -163% 69%;
    background-color: #fef3e5;
  }
  .header .mainWrapper {
    min-height: 100vh;
    margin: 0 44px 0 auto;
  }
  .section.cta a.phone {
    color: #000; 
  }
  .header .section.cta .buttonContainer {
    color: #000;
  }
}

.back {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 5px;
  background: #cc1d0b;
  color: #fff;
}

.back a {
  color: #fff;
}

.markerCluster {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  background: #0d837c;
  color: #fff;
  line-height: 1em;
  padding: 9px 0;
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.markerCluster > span {
  position: relative;
  z-index: 2;
}

.markerCluster:before {
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
  display: block;
  background: rgba(13, 131, 124, 0.37);
  border-radius: 50%;
  opacity: 0;
  animation: pulsate 2400ms ease-out infinite;
  z-index: 0;
}

.markerCluster .num {
  display: block;
  font-weight: bold;
  font-size: 14px;
  line-height: 15px;
}

.mapMarker {
  width: 20px;
  height: 20px;
  display: inline-block;
}

.mapMarker .pin {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  background: #dab020;
  border: 2px solid #FFF;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: 1000;
  cursor: pointer;
}

.mapMarker:before {
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
  display: block;
  background: rgba(218, 176, 32, 0.37);;
  border-radius: 50%;
  opacity: 0;
  animation: pulsate 2400ms ease-out infinite;
}

@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

.mapMarker h4 {
  display: inline-block;
  width: 200px;
  text-align: left;
  margin-left: 38px;
  font-size: 16px;
}

.mapMarker h4 span {
  display: inline-block;
  background: #fff;
  padding: 2px 15px;
  border-radius: 5px;
}

.mapBubbleParent {
  width: auto !important;
}

.mapBubbleParent .gm-style-iw {
  position: relative !important;
  width: auto !important;
  left: 0 !important;
}

.mapBubbleParent .mapBubble {
  display: inline-block;
  width: 250px !important;
  background: #fff;
  padding: 13px;
}

.mapBubbleParent .mapBubble .item {
  margin-top: 10px;
  padding-top: 10px;
  border-top: solid 1px #ddd;
}

.mapBubbleParent .mapBubble .item:first-child {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}

.mapBubbleParent .mapBubble .item h3 {
  font-size: 19px;
  color: #000;
}

.mapBubbleParent .mapBubble .item a {
  color: #000;
  text-decoration: underline;
}

.mapBubbleParent .mapBubble .item a:hover {
  text-decoration: none;
}

.mapBubbleParent .close {
  right: 0 !important;
  font-size: 17px;
  width: 20px !important;
  height: 20px !important;
}

.mapBubbleParent .close:before {
  content: "\E805";
  font-family: "wiacan";
}

.mapBubbleParent .close img {
  display: none !important;
}

.mapBubble {
  color: #000;
}

.mapBubble .address {
  margin-bottom: 15px;
}

@font-face {
  font-family: 'scenarios';
  src: url('../fonticons/scenarios.eot?438765');
  src: url('../fonticons/scenarios.eot?438765#iefix') format('embedded-opentype'),
       url('../fonticons/scenarios.woff2?438765') format('woff2'),
       url('../fonticons/scenarios.woff?438765') format('woff'),
       url('../fonticons/scenarios.ttf?438765') format('truetype'),
       url('../fonticons/scenarios.svg?438765#scenarios') format('svg');
  font-weight: normal;
  font-style: normal;
}

.alert {
  position: absolute;
}