@charset "utf-8";

/* CSS Document */

* {
  border: 0px;
  padding: 0px;
  margin: 0px;
}

a {
  text-decoration: none;
}

p {
  font-size: 16px;
}

#header_wrap {
  width: 100%;
  clear: both;
  height: auto;
}

#header_phones {
  width: 1004px;
  margin: 0px auto;
  height: 136px;
  clear: both;
}

#header_menu {
  width: 100%;
  clear: both;
  height: 60px;
}

#logo {
  height: auto;
  position: absolute;
  top: 10px;
  left: 10%;
}

.donate {
  text-align: center;
}

.donate p a {
  color: #ca4242;
}

.phone-number {
  width: 500px;
  float: right;
  padding-top: 45px;
  font-family: Arial, Helvetica, sans-serif;
}

.phone-number h1 {
  font-size: 20px;
  color: #fff;
  text-align: right;
}

.phone-number h1 span {
  font-size: 30px;
  color: #fff;
  text-align: right;
}

.phone-number a {
  color: #ffffff;
  text-decoration: underline;
}

.phone-number a:hover {
  color: #ffffff;
  text-decoration: none;
}

.content {
  width: 1004px;
  min-height: 450px;
  height: auto;
  margin: 0px auto 120px auto;
}

#footer-wrapper {
  background: #000;
  height: auto;
  clear: both;
  width: 100%;
  padding: 20px;
}

#footer {
  height: auto;
  clear: both;
  width: 90%;
  margin: 0px auto;
}

#footer h1 {
  color: #fff;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  line-height: 40px;
}

#footer p {
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-family: "Open Sans", sans-serif;
  padding-bottom: 30px;
}

.footerButton {
  background-color: #1b8444;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 22px;
}

.footerButton:hover {
  background-color: #ffffff;
}

#footer a:hover,
#footer a:focus {
  text-decoration: none;
  color: black;
}

#circle-list {
  list-style: none;
  display: inline-block;
  width: 100%;
  margin-top: -120px;
}

#circle-list li {
  width: 33.3%;
  float: left;
  display: inline;
  text-align: center;
}

#bottom-line {
  height: 110px;
  width: 100%;
  background: #fff;
  clear: both;
}

#bottom-line-inside {
  width: 90%;
  margin: 0px auto;
  height: auto;
  clear: both;
}

#sponsors {
  display: inline-block;
  list-style: none;
  width: 100%;
}

#sponsors li {
  width: 25%;
  height: 100px;
  display: inline;
  float: left;
  text-align: center;
}

body {
  background: #000 url(../images/gelly-fish.jpg) fixed;

  background-repeat: no-repeat;

  width: 100%;

  height: auto;

  margin-left: auto;

  margin-right: auto;

  min-width: 1005px;
}

.main-title {
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  padding: 20px;
  padding-bottom: 10px;
  text-align: center;
  color: #fff;
  margin: 10px 0px;
}

.description {
  margin: 0px;
  font-family: "Open Sans", sans-serif;
  background: rgba(55, 60, 64, 0.8) none;
  color: #fff;
  width: 75%;
  float: left;
}

.description h2 {
  font-size: 18px;
  padding: 20px;
}

.description p {
  font-size: 14px;
  line-height: 22px;
  padding: 20px;
}

.picture {
  height: auto;
  width: 25%;
  background: #333;
  float: right;
  position: relative;
  height: 100%;
}

.classes {
  display: inline;
  list-style: none;
}

.classes li {
  background: #fff;
  margin: 1%;
  width: 31%;
  text-align: center;
  float: left;
  border-radius: 5px 5px 5px 5px;

  -moz-border-radius: 5px 5px 5px 5px;

  -webkit-border-radius: 5px 5px 5px 5px;

  border: 0px solid #000000;
}

.classes li h1 {
  color: #3d3b6d;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  padding-top: 15px;
  padding-bottom: 5px;
}

.classes li img {
  height: auto;
}

.classes li p {
  clear: both;
  color: #3d3b6d;
  font-family: "Open Sans", sans-serif;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 25px;
  text-align: left;
  margin-top: 15px;
}

.classes li h4 {
  color: #3d3a6c;
  font-family: "Open Sans", sans-serif;
}

.classes li h2 {
  color: #3d3a6c;
  font-size: 12px;
  padding-bottom: 15px;
  font-family: "Open Sans", sans-serif;
}

/* new stuff */

.offers {
  background: #fff;
  margin: 1%;
  width: 100%;
  text-align: center;
  padding: 2rem;
  border-radius: 5px 5px 5px 5px;

  -moz-border-radius: 5px 5px 5px 5px;

  -webkit-border-radius: 5px 5px 5px 5px;

  border: 0px solid #000000;
}

.flex-columns {
  display: flex;

  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin: 2rem 0;
}

.offers span {
  font-weight: bold;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  border: 1px solid #666;
  border-radius: 5px;
  gap: 1rem;
}

.offers h3 {
  max-width: 500px;
  margin: 0px auto;
}

.offers label {
  color: #3d3b6d;
  text-align: left !important;
  width: 100%;
}

.separation {
  width: 95%;
  height: 4px;
  background: #3c3b6e;
  margin: 0px auto 4rem;
}

.cruises {
  display: inline;
  list-style: none;
}

.form-box {
  margin: 0px auto !important;
}

.cruises li {
  background: #fff;
  margin: 1%;
  width: 47.5%;
  text-align: center;
  float: left;
  border-radius: 5px 5px 5px 5px;

  -moz-border-radius: 5px 5px 5px 5px;

  -webkit-border-radius: 5px 5px 5px 5px;

  border: 0px solid #000000;
}

.cruises li h1 {
  color: #3d3b6d;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  padding-top: 15px;
  padding-bottom: 5px;
}

.cruises li img {
  height: auto;
}

.cruises li p {
  clear: both;
  color: #3d3b6d;
  font-family: "Open Sans", sans-serif;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 25px;
  text-align: left;
  margin-top: 15px;
}

.cruises li h4 {
  color: #3d3a6c;
  font-family: "Open Sans", sans-serif;
}

.cruises li h2 {
  color: #3d3a6c;
  font-size: 12px;
  padding-bottom: 15px;
  font-family: "Open Sans", sans-serif;
}

button {
  font-family: "Open Sans", sans-serif;
  padding: 12px 12px 12px 12px !important;
  width: 120px;
  color: #fff;
  border-radius: 5px 5px 5px 5px;

  -moz-border-radius: 5px 5px 5px 5px;

  -webkit-border-radius: 5px 5px 5px 5px;

  border: 0px solid #000000;
}

.button-01 {
  background: #3d3a6c;
  float: left;
}

.button-01:hover {
  background: #ccc;
  color: #3d3a6c;
  -webkit-transition: width 1s, height 1s, background-color 1s,
    -webkit-transform 1s;

  transition: width 1s, height 1s, background-color 1s, transform 1s;
}

.button-reserve {
  background: #06f;
  float: left;
}

.button-reserve:hover {
  background: #ccc;
  color: #3d3a6c;
  -webkit-transition: width 1s, height 1s, background-color 1s,
    -webkit-transform 1s;

  transition: width 1s, height 1s, background-color 1s, transform 1s;
}

.button-reserve2 {
  background: #06f;
  float: left;
  width: 220px !important;
}

.button-reserve2:hover {
  background: #ccc;
  color: #3d3a6c;
  -webkit-transition: width 1s, height 1s, background-color 1s,
    -webkit-transform 1s;

  transition: width 1s, height 1s, background-color 1s, transform 1s;
}

.button-reserve3 {
  background: #06f;
  float: left;
  width: 250px;
  font-size: 20px;
}

.button-reserve3:hover {
  background: #ccc;
  color: #3d3a6c;
  -webkit-transition: width 1s, height 1s, background-color 1s,
    -webkit-transform 1s;

  transition: width 1s, height 1s, background-color 1s, transform 1s;
}

.button-02 {
  background: #009966;
  float: left;
}

.button-02:hover {
  background: #ccc;
  color: #009966;
  -webkit-transition: width 1s, height 1s, background-color 1s,
    -webkit-transform 1s;

  transition: width 1s, height 1s, background-color 1s, transform 1s;
}

.button-03 {
  background: #ff9900;
  float: left;
}

.button-03:hover {
  background: #ccc;
  color: #000;
  -webkit-transition: width 1s, height 1s, background-color 1s,
    -webkit-transform 1s;

  transition: width 1s, height 1s, background-color 1s, transform 1s;
}

.button-index {
  background: #f6001f;
  font-size: 22px !important;
  color: #000 !important;
  width: 250px !important;
  font-weight: bold;
}

.button-index:hover {
  background: #ccc;
  color: #000;
  -webkit-transition: width 1s, height 1s, background-color 1s,
    -webkit-transform 1s;

  transition: width 1s, height 1s, background-color 1s, transform 1s;
}

.button-send {
  background: #3d3a6c;
  font-size: 30px !important;
  color: #fff;
  margin: 20px;
}

.button-send:hover {
  background: #ccc;
  color: #fff;
  -webkit-transition: width 0.5s, height 0.5s, background-color 0.5s,
    -webkit-transform 0.5s;

  transition: width 0.5s, height 0.5s, background-color 0.5s, transform 0.5s;
  cursor: pointer;
}

.callbox {
  width: 200px;
  height: auto;
  margin: 5%;
  float: right;
  text-align: center;
  padding-top: 20px;
}

.callbox h1 {
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  color: #fff;
  text-align: center;
}

/* form */

input[type="text"],
input[type="email"] {
  color: #fff;

  font-size: 16px;

  font-weight: 300;

  background: rgba(60, 59, 110, 0.7);

  width: 100%;

  min-height: 50px;

  padding: 0 0 0 10px;

  border: 0;

  margin-bottom: 15px;

  outline: none;
}

textarea {
  color: #fff;

  font-size: 16px;

  font-weight: 300;

  background: rgba(60, 59, 110, 0.7);

  width: 100%;

  padding: 10px 0 0 10px;

  border: 0;

  margin-bottom: 15px;

  outline: none;
}

label {
  color: #fff;

  font-size: 22px;

  font-weight: 400;

  letter-spacing: 2px;

  font-family: "Open Sans", sans-serif;
}

.alert-danger {
  color: #a94442;

  background-color: #f2dede;

  border-color: #ebccd1;

  font-size: 18px;
}

.alert {
  padding: 15px;

  margin-bottom: 20px;

  border: 1px solid transparent;

  border-radius: 4px;
}

.alert-success {
  color: #3c763d;

  background-color: #dff0d8;

  border-color: #d6e9c6;

  font-size: 18px;

  text-align: center;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}
