body {
  margin: 0;
  padding: 0;
  font-family: Arial;
  font-size: 12px;
  color: #5a5a5c;
  background-color: #fff;
}

div,
section,
article,
td,
nav,
footer,
header,
table,
tr,
span,
ul,
li,
ol,
a,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="date"],
textarea,
select {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="date"],
textarea,
select {
  background-color: #ebe9cc;
  border: 0;
  color: #333;
  padding: 5px;
  width: 100%;
  border-radius: 3px;
  font-family: arial;
  font-size: 1em;
}

input[type="submit"],
input[type="reset"],
input[type="buttom"],
button {
  width: auto;
  border-radius: 3px;
  border: 0;
  font-size: 1.7em;
  color: #fff;
  background: #000;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-decoration: none;
  text-align: center;
  padding: 5px 10px;
  font-weight: bold;
  display: inline-block;
  cursor: pointer;
}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="buttom"]:hover,
button:hover {
  background: #ff2b2b;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

::-webkit-input-placeholder {
  color: #999;
  opacity: 1 !important;
} /* WebKit */
:-moz-placeholder {
  color: #999;
  opacity: 1 !important;
} /* Firefox 18- */
::-moz-placeholder {
  color: #999;
  opacity: 1 !important;
} /* Firefox 19+ */
:-ms-input-placeholder {
  color: #999;
  opacity: 1 !important;
} /* IE 10+ */

h1 {
  font-family: "Cinzel", serif;
  color: #ff0512;
  margin: 0;
  padding: 0 0 0 0;
  font-size: 2.8em;
  font-weight: bold;
}

h2 {
  color: #ff0512;
  margin: 0;
  padding: 0 0 10px 0;
  font-size: 1.7em;
  font-weight: bold;
  font-family: Arial;
}

a {
  text-decoration: none;
  color: #ff0512;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
a:hover {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  color: #000;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
}

.grecaptcha-badge{
  bottom: 120px !important;
}

#container {
  display: block;
  width: 960px;
  margin: 0 auto;
}

#container .modelator {
  width: 100%;
  display: inline-block;
}

#superbanner {
  display: block;
  position: relative;
}
#superbanner #banner {
  display: block;
  position: relative;
  z-index: 2;
}
#superbanner .logo {
  display: block;
  position: absolute;
  z-index: 5;
  top: 10px;
  left: 10px;
}
#superbanner .credits {
  display: block;
  position: absolute;
  z-index: 5;
  top: 10px;
  right: 20px;
  background: #fff;
  opacity: 0.9;
  border-radius: 4px;
  padding: 5px;
}
#superbanner .credits .text {
  font-size: 14px;
  opacity: 1;
}
#superbanner .socials {
  display: block;
  bottom: 30px;
  right: 20px;
  z-index: 5;
  position: absolute;
}
#superbanner .socials > img {
  display: inline-block;
  margin-right: 10px;
}
#superbanner .socials > img:last-child {
  margin-right: 0;
}
#superbanner .shadow {
  display: block;
  width: 100%;
  height: 16px;
  background: url(/images/shadow.jpg) repeat-x;
}

.maincontent .modelator {
  padding: 15px 0;
}
.maincontent .rightcontent,
.maincontent .leftcontent {
  float: left;
  width: 100%;
  max-width: 450px;
  text-align: left;
}
.maincontent .rightcontent {
  float: right;
  text-align: right;
}

.subti {
  font-family: "Coda", cursive;
  font-size: 1.7em;
}
.subti.two {
  color: #fff;
}
.rule {
  display: block;
  width: 100%;
  height: 5px;
  background: #ff0512;
  margin: 7px 0;
}

.red {
  color: #ff0512;
}
.extratitle {
  font-size: 1.2em;
  color: #ff0512;
}

.extrapacks {
  display: inline-block;
  width: 100%;
  text-align: left;
}

#days {
  display: inline-block;
  width: 220px;
  height: auto;
  position: relative;
  vertical-align: top;
  margin-bottom: 15px;
}
#days:nth-child(2n) {
  margin-left: 6px;
}
#days > div {
  display: block;
}
#days .text {
  background: #000;
  color: #fff;
  font-size: 1.4em;
  padding: 7px;
  font-weight: bold;
  text-align: left;
}
#days .more {
  text-align: right;
}
#days .pest {
  position: absolute;
  top: 0;
  left: 0;
  background: #ff0512;
  color: #fff;
  padding: 5px;
  font-family: "Coda", cursive;
  font-size: 1.2em;
  font-weight: bold;
}

.but {
  width: 100%;
  max-width: 280px;
  border-radius: 3px;
  border: 0;
  font-size: 1.2em;
  text-transform: uppercase;
  color: #fff;
  background: #ff0512;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-decoration: none;
  text-align: center;
  padding: 8px 20px;
  font-weight: bold;
  display: block;
  cursor: pointer;
  margin: 25px auto 0;
}
.but:hover {
  background: #000;
  color: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#mainfooter {
  display: block;
  width: 100%;
  background: #000;
  color: #fff;
  padding: 20px 0;
  text-align: left;
}
#mainfooter a {
  color: #fff;
}
#mainfooter a:hover {
  color: #ff0512;
}

/*smallform*/
form {
  padding: 0;
  margin: 0;
}
.title1 {
  font-family: "Cinzel", serif;
  font-size: 2em;
  color: #eae8cc;
  text-decoration: line-through;
  font-weight: bold;
}
.title1.two {
  font-size: 1.2em;
}
.title2 {
  font-family: "Cinzel", serif;
  font-size: 3.4em;
  color: #fff;
  font-weight: bold;
}
.title2.two {
  font-size: 2em;
}
.limited {
  font-family: "Voces", cursive;
  font-size: 1.2em;
  color: #fef963;
  font-weight: bold;
}
.texti {
  font-style: oblique;
  display: block;
  padding: 20px 0 10px 0;
}
.texti.two {
  padding-top: 2px;
}
.texti.old {
  text-decoration: line-through;
  font-size: 200%;
  border-bottom: 2px solid #333;
  padding-bottom: 0;
  margin-bottom: 5px;
}
.text.red {
  color: #c30404;
}
#smallcontanct {
  display: inline-block;
  width: 100%;
  padding: 8px;
  position: relative;
  background: #c30404;
  color: #fff;
  margin-bottom: 20px;
}
.row {
  display: inline-block;
  width: 100%;
  padding-bottom: 7px;
}
.row .label {
  float: left;
  width: 100%;
  max-width: 32%;
  font-size: 1.2em;
  padding-top: 5px;
}
.row .input {
  float: right;
  width: 100%;
  max-width: 66%;
}
.row.validata {
  display: none;
}
#smallcontanct .booknow {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

#returntop {
  position: fixed;
  z-index: 999;
  display: block;
  width: 68px;
  height: 60px;
  bottom: 50px;
  left: 30px;
  display: none;
  background: #fff;
  padding: 5px;
  border-radius: 3px;
}

label.error {
  color: #ebf963;
  text-align: center;
  padding: 3px 0;
  text-transform: none;
  width: 100%;
  display: block;
}

.calltoaction {
  position: absolute;
  bottom: 80px;
  right: 20px;
  z-index: 5;
}

.calltoaction a {
  width: auto;
  border-radius: 5px;
  border: 2px solid #fff;
  font-size: 2em;
  color: #fff;
  background: #32733b;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-decoration: none;
  text-align: center;
  padding: 5px 10px;
  font-weight: bold;
  display: inline-block;
  cursor: pointer;
}

.calltoaction a:hover {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #ff0512;
}

#message {
  display: none;
  width: 300px;
  position: fixed;
  top: 40%;
  z-index: 999;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
#message .close {
  background-color: #010101;
  color: #fff;
  font-weight: bolder;
  text-align: right;
  padding: 3px;
  text-transform: uppercase;
  cursor: pointer;
}

#messagin {
  display: inline-block;
  width: 100%;
  padding: 20px;
  background-color: #fff;
  text-align: center;
  background-size: cover;
  -moz-background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-image: url(images/message-amazonian.png);
}
#messagin .mestitle {
  text-transform: uppercase;
  font-size: 220%;
  text-align: center;
  font-weight: bolder;
  padding-bottom: 20px;
  color: #fe0917;
  text-shadow: 1px 2px 4px #fff;
}
#messagin .mesdecrp {
  font-size: 150%;
  text-align: center;
  padding-bottom: 20px;
  text-shadow: 1px 2px 4px #fff;
  color: #000;
}
#messagin .meslink {
  display: inline-block;
  padding: 7px 15px;
  text-transform: uppercase;
  background-color: #020302;
  color: #fab300;
  text-align: center;
  font-size: 180%;
  font-weight: bolder;
  border-radius: 3px;
  letter-spacing: 3px;
}
#messagin .meslink:hover {
  background-color: #414042;
}
#openpopup {
  display: none;
}

#countdowntimer .clocker {
  display: block;
  max-width: 300px;
  width: 100%;
  margin: 0 0 0 auto;
}

#countdowntimer .texti {
  font-size: 250%;
  font-family: "Coda", cursive;
  font-style: normal;
  padding-top: 0;
}
#countdowntimer .texti.small {
  font-size: 150%;
}

#restrictions {
  display: block;
  width: 100%;
  padding: 20px 0;
  background-color: #f1f1f1;
}
iframe[name="google_conversion_frame"] {
  position: absolute;
  top: -500px;
  left: -500px;
}

/* RWD */

@media screen and (max-width: 959px) {
  #mainfooter{
    padding-bottom: 200px;
  }
}