/* LESS Document */
.width_1 {
  width: 5%;
}
.width_2 {
  width: 10%;
}
.width_3 {
  width: 15%;
}
.width_4 {
  width: 20%;
}
.width_5 {
  width: 25%;
}
.width_6 {
  width: 30%;
}
.width_7 {
  width: 35%;
}
.width_8 {
  width: 40%;
}
.width_9 {
  width: 45%;
}
.width_10 {
  width: 50%;
}
.width_11 {
  width: 55%;
}
.width_12 {
  width: 60%;
}
.width_13 {
  width: 65%;
}
.width_14 {
  width: 70%;
}
.width_15 {
  width: 75%;
}
.width_16 {
  width: 80%;
}
.width_17 {
  width: 85%;
}
.width_18 {
  width: 90%;
}
.width_19 {
  width: 95%;
}
.width_20 {
  width: 100%;
}
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body {
  font-family: eurostile, sans-serif;
  color: #676572;
  font-size: 21px;
  font-weight: 400;
  background: #00428a url("/img/bitmap/bg_1.jpg") top no-repeat;
  background-size: cover;
}
p {
  line-height: 27px;
  font-weight: 300;
}
a {
  color: #bbb;
  text-decoration: none;
}
h1 {
  color: #fff;
}
button {
  float: left;
  background: #0054a4;
  font-family: eurostile, sans-serif;
  color: #fff;
  border: none;
  padding: 10px 25px;
  font-size: 21px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 5px;
  text-transform: uppercase;
}
button:hover {
  background: #00294f;
}
table {
  border-collapse: collapse;
}
section {
  float: left;
}
.combo {
  float: left;
  padding: 0;
  margin: 0;
  height: 40px;
  font-size: 11px;
  border: 1px solid #ddd;
  width: 210px;
  border-radius: 2px;
  overflow: hidden;
  background: url('/img/bitmap/select.jpg') no-repeat right;
}
.combo:hover {
  background: url('/img/bitmap/select_ON.jpg') no-repeat right;
  cursor: pointer;
}
.combo select {
  color: #676572;
  height: 40px;
  width: 135%;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 10px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.combo select:focus {
  outline: none;
}
input[type=text] {
  padding: 5px 7px 4px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 22px;
  font-family: eurostile, sans-serif;
  color: #676572;
}
.reservation {
  float: left;
  width: 100%;
  background: #fff;
  padding: 25px;
}
.reservation h1 {
  margin-bottom: 10px;
}
.reservation label {
  float: left;
  margin: 10px 10px 20px 0px;
  clear: left;
  width: 65px;
  font-size: 18px;
}
.reservation .calendar {
  width: 100%;
  float: left;
  margin: 15px 0px;
}
.reservation .calendar th {
  background: #eee;
  padding: 15px 5px;
  font-size: 18px;
  border: 5px solid #eee;
}
.reservation .calendar td {
  cursor: pointer;
  text-align: center;
  padding: 70px 0px 0px 0px;
  border: 5px solid #eee;
  vertical-align: top;
  position: relative;
}
.reservation .calendar td .check {
  display: block;
  width: 100%;
  font-size: 12px;
  float: right;
  margin: 0px 0px 0px 0px;
}
.reservation .calendar td .check .date_color_1 {
  display: block;
  float: right;
  clear: both;
  height: 25px;
  color: #fff;
  background: #d41917;
  padding: 6px 10px 8px;
  width: 100%;
  margin-bottom: 2px;
}
.reservation .calendar td .check .date_color_2 {
  display: block;
  float: right;
  clear: both;
  height: 25px;
  color: #fff;
  background: #f0902a;
  padding: 6px 10px 8px;
  width: 100%;
  margin-bottom: 2px;
}
.reservation .calendar td .check .free {
  display: block;
  float: right;
  clear: both;
  height: 25px;
  color: #fff;
  background: #1c963d;
  padding: 6px 10px 8px;
  width: 100%;
  margin-bottom: 2px;
}
.reservation .calendar td .check .end {
  float: left;
  width: auto;
  border-radius: 0px 10px 10px 0px;
  padding: 6px 18px 8px 15px;
}
.reservation .calendar td .check .start {
  float: right;
  width: auto;
  border-radius: 10px 0px 0px 10px;
  padding: 6px 15px 8px 18px;
}
.reservation .calendar td .text {
  float: left;
  width: 100%;
  color: #fff;
  background: #eee;
  padding: 5px;
  font-size: 24px;
}
.reservation .calendar td .number {
  display: block;
  float: left;
  font-size: 36px;
  font-weight: bold;
  top: 0px;
  padding: 15px 0px 5px;
  left: 0px;
  width: 100%;
  text-align: center;
  position: absolute;
  margin: 0;
}
.reservation .calendar td .note {
  display: block;
  position: absolute;
  height: 24px;
  width: 24px;
  top: 25px;
  left: 12px;
  background: url('/img/vector/note.svg') no-repeat;
  opacity: 0.5;
}
.reservation .calendar td .note:hover {
  opacity: 1;
}
.reservation .calendar td .date_hover {
  position: absolute;
  display: block;
  left: -10px;
  top: 10px;
  z-index: 2;
  font-size: 11px;
  background: #186c33;
  color: #fff;
  padding: 5px 20px;
  border: 1px solid #fff;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
          box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
  border-radius: 15px;
}
.reservation .calendar td .date_hover:hover {
  background: #34a23c;
}
.reservation .calendar td .note_hover {
  position: absolute;
  display: block;
  left: -10px;
  background: #fff;
  top: 10px;
  z-index: 2;
  font-size: 13px;
  padding: 5px 20px;
  border: 1px solid #bbb;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
          box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
  border-radius: 15px;
}
.reservation .calendar td:hover {
  background: #34a23c;
  color: #fff;
}
.reservation .calendar td:hover .note {
  background: url('/img/vector/note_ON.svg') no-repeat;
  opacity: 1;
}
.reservation .calendar tr.fst td {
  background: #f9f9f9;
}
.reservation .calendar tr.fst td:hover {
  background: #34a23c;
}
.reservation .calendar td.disable {
  opacity: 0.3;
  cursor: default;
}
.reservation .calendar td.disable:hover {
  color: #676572;
  background: #fff;
}
.articles {
  float: left;
  padding-bottom: 40px;
}
.articles h1 {
  float: left;
}
.articles .article_preview {
  float: left;
  width: 88%;
  margin: 0px 6% 30px;
  border-radius: 20px;
  background: #fff;
  padding: 15px 25px 40px;
  overflow: visible;
  position: relative;
  -webkit-box-shadow: 3px 5px 0px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 3px 5px 0px 0px rgba(0, 0, 0, 0.15);
}
.articles .article_preview h2 {
  float: left;
  width: 100%;
  margin-bottom: 15px;
  color: #0054a4;
}
.articles .article_preview img {
  float: left;
  width: 30%;
  margin-right: 25px;
  max-height: 255px;
  max-width: 340px;
}
.articles .article_preview p {
  float: left;
  width: 60%;
  line-height: 36px;
  font-size: 24px;
  max-height: 255px;
  max-width: 800px;
  overflow: hidden;
}
.articles .article_preview .button {
  background: #0054a4;
  color: #fff;
  right: 30px;
  bottom: -20px;
  float: right;
  margin: auto;
  position: absolute;
}
.articles .button {
  margin: 5px 6% 0px;
  background: #247c3d;
}
@media screen and (max-width: 960px) {
  .articles .article_preview img {
    width: 40%;
  }
  .articles .article_preview p {
    width: 50%;
  }
}
@media screen and (max-width: 760px) {
  .articles .article_preview img {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    margin-right: 0px;
  }
  .articles .article_preview p {
    width: 100%;
  }
}
header {
  float: left;
  width: 64%;
  margin: 0px 18%;
  background: #fff;
  border-radius: 0px 0px 15px 15px;
  -webkit-box-shadow: 3px 5px 0px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 3px 5px 0px 0px rgba(0, 0, 0, 0.15);
  position: relative;
}
header .logo {
  float: left;
  width: 22%;
  margin: 30px 39% 32px;
}
@media screen and (max-width: 1200px) {
  header {
    width: 84%;
    margin: 0px 8%;
  }
}
@media screen and (max-width: 760px) {
  header {
    width: 96%;
    margin: 0px 2%;
  }
}
footer {
  float: left;
  color: #fff;
  width: 100%;
  padding: 0 0 10% 0;
}
footer .quick_contact {
  float: right;
  width: auto;
  padding: 0px;
  margin-right: 18%;
}
footer .quick_contact h2 {
  font-size: 27px;
  margin-bottom: 5px;
}
footer .quick_contact table {
  float: left;
  width: 370px;
  margin: 0px 0px 0px 0;
  text-align: left;
}
footer .quick_contact table td {
  padding: 0px 0px 0px;
  font-size: 21px;
}
footer .quick_contact table th {
  padding: 10px 10px 0px 0px;
  font-weight: 300;
  opacity: 0.8;
  font-size: 16px;
}
footer .footer_logo {
  float: left;
  width: 200px;
  margin: 25px 0 0 19%;
}
footer .footer_logo img {
  float: left;
  width: 80%;
  margin: 0% 10%;
}
footer .footer_logo .copyright {
  float: left;
  font-size: 16px;
  margin: 25px 0px 0px 2px;
}
@media screen and (max-width: 1200px) {
  footer .footer_logo {
    float: left;
    width: 200px;
    margin: 25px 0 0 8%;
  }
  footer .quick_contact {
    margin-right: 8%;
  }
}
@media screen and (max-width: 760px) {
  footer .footer_logo {
    float: left;
    width: 200px;
    margin: 25px 0 0 2%;
  }
  footer .quick_contact {
    margin-right: 2%;
    float: left;
    margin: 30px 0px 0px 7%;
  }
}
nav {
  float: left;
  width: 62%;
  margin: 0px 19%;
  background: #00294f;
  border-radius: 0 0 15px 15px;
  -webkit-box-shadow: 3px 5px 0px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 3px 5px 0px 0px rgba(0, 0, 0, 0.15);
  font-size: 18px;
  overflow: hidden;
}
nav strong {
  padding: 10px 25px;
  float: left;
  display: block;
  background: #46a93a;
  color: #fff;
}
nav a {
  padding: 10px 25px;
  font-weight: bold;
  float: left;
  display: block;
  color: #fff;
  background: #00294f;
}
nav a:hover {
  background: #0054a4;
  color: #fff;
}
nav a:first-child {
  border-radius: 15px 0 0 15px;
}
@media screen and (max-width: 1200px) {
  nav {
    width: 80%;
    margin: 0px 10%;
  }
  nav strong {
    width: 100%;
  }
  nav a {
    width: 100%;
  }
}
@media screen and (max-width: 760px) {
  nav {
    width: 90%;
    margin: 0px 5%;
  }
}
section.welcome_text {
  float: left;
  width: 64%;
  margin: 20px 18% 0px;
  border-radius: 15px;
  background: none;
  color: #fff;
  padding: 15px;
}
section.welcome_text p {
  line-height: 30px;
  margin-top: 10px;
  font-size: 18px;
}
section.code_input {
  float: left;
  width: 64%;
  margin: 20px 18%;
  border-radius: 15px;
  background: none;
  color: #fff;
  padding: 15px;
  background: #46a93a;
  -webkit-box-shadow: 3px 5px 0px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 3px 5px 0px 0px rgba(0, 0, 0, 0.15);
}
section.code_input label {
  float: left;
  clear: left;
  margin: 20px 10px 0px 0px;
  width: auto;
}
section.code_input input[type="text"] {
  float: left;
  clear: left;
  margin: 10px 0px 0px;
  width: 100%;
  background: #288d1c;
  color: #fff;
  border: 1px solid #247c3d;
}
section.code_input span {
  float: left;
  clear: left;
  opacity: 0.7;
  font-size: 18px;
  margin: 5px 0px 0px 0px;
}
section.code_input button {
  margin: 10px 0px 10px 0px;
  clear: left;
}
section.text_block {
  float: left;
  width: 64%;
  margin: 20px 18%;
  border-radius: 15px;
  background: #fff;
  padding: 15px;
  -webkit-box-shadow: 3px 5px 0px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 3px 5px 0px 0px rgba(0, 0, 0, 0.15);
}
section.text_block h1 {
  color: #0054a4;
  margin: 0px 10px 5px;
}
section.text_block p {
  line-height: 30px;
  margin: 10px 10px 15px;
}
section.text_block ul {
  list-style-position: outside;
  margin: 10px 30px 15px;
}
section.text_block ul li {
  list-style-image: url("/img/vector/li.svg");
  margin-bottom: 10px;
}
section.text_block button {
  margin: 10px 0px 10px 0px;
  clear: left;
}
section.change_text {
  float: left;
  width: 64%;
  margin: 20px 18%;
  border-radius: 15px;
  background: #fff;
  padding: 15px;
  -webkit-box-shadow: 3px 5px 0px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 3px 5px 0px 0px rgba(0, 0, 0, 0.15);
}
section.change_text h1 {
  color: #0054a4;
  margin: 0px 10px 25px;
}
section.change_text table {
  float: left;
  margin-bottom: 15px;
}
section.change_text table th {
  color: #0054a4;
  font-size: 24px;
}
section.change_text table td {
  padding: 15px 4%;
  text-align: center;
}
section.change_text table td img.arrow {
  width: 60px;
}
section.change_text button {
  margin: 10px 0px 10px 0px;
  clear: left;
}
section.change_radio {
  float: left;
  width: 64%;
  margin: 20px 18%;
  border-radius: 15px;
  background: #fff;
  padding: 15px;
  -webkit-box-shadow: 3px 5px 0px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 3px 5px 0px 0px rgba(0, 0, 0, 0.15);
}
section.change_radio h1 {
  color: #0054a4;
  margin: 0px 10px 25px;
}
section.change_radio .radio_choice {
  position: relative;
  float: left;
  margin: -5px 0px 20px;
}
section.change_radio .radio_choice input[type="radio"] {
  position: absolute;
  left: 25px;
  top: 25px;
}
section.change_radio .radio_choice label {
  float: left;
  background: #eee;
  color: #0054a4;
  border-radius: 15px;
  padding: 15px 30px 20px 60px;
  width: 100%;
}
section.change_radio .radio_choice label ul {
  list-style-position: outside;
  margin: 10px 20px 0px;
}
section.change_radio .radio_choice label ul li {
  list-style-image: url("/img/vector/li.svg");
  margin: 15px 0px;
}
section.change_radio .radio_choice label:hover {
  background: #0054a4;
  cursor: pointer;
  color: #fff;
}
section.change_radio .radio_choice_selected {
  position: relative;
  float: left;
  margin: -5px 0px 20px;
}
section.change_radio .radio_choice_selected input[type="radio"] {
  position: absolute;
  left: 25px;
  top: 25px;
}
section.change_radio .radio_choice_selected label {
  float: left;
  background: #0054a4;
  cursor: pointer;
  color: #fff;
  border-radius: 15px;
  padding: 15px 30px 20px 60px;
  width: 100%;
}
section.change_radio .radio_choice_selected label:hover {
  background: #00294f;
  cursor: pointer;
  color: #fff;
}
section.change_radio button {
  margin: 10px 0px 10px 0px;
  clear: left;
}
section.final_form {
  float: left;
  width: 64%;
  margin: 20px 18%;
  border-radius: 15px;
  background: #fff;
  padding: 15px;
  -webkit-box-shadow: 3px 5px 0px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 3px 5px 0px 0px rgba(0, 0, 0, 0.15);
}
section.final_form h1 {
  color: #0054a4;
  margin: 0px 10px 15px;
}
section.final_form .pdf_file {
  background: #eee url("/img/vector/pdf.svg") no-repeat;
  background-size: 32px;
  background-position: 10px 10px;
  color: #0054a4;
  border-radius: 15px;
  padding: 12px 30px 13px 50px;
  float: left;
  clear: both;
  font-weight: bold;
  margin: 5px 0px 10px;
}
section.final_form .pdf_file:hover {
  background: #0054a4 url("/img/vector/pdf.svg") no-repeat;
  background-size: 32px;
  background-position: 10px 10px;
  cursor: pointer;
  color: #fff;
}
section.final_form input[type="checkbox"] {
  float: left;
  clear: both;
  margin: 18px 10px 0px 10px;
}
section.final_form label {
  float: left;
  margin: 8px 0px 5px;
}
section.final_form button {
  margin: 20px 0px 10px 0px;
  clear: left;
}
section.final_form p {
  line-height: 30px;
  margin: 10px 10px 15px;
}
section.final_form ul {
  list-style-position: outside;
  margin: 10px 20px 30px 30px;
}
section.final_form ul li {
  list-style-image: url("/img/vector/li.svg");
  margin: 10px 0px;
}
@media screen and (max-width: 1200px) {
  section.final_form,
  section.change_radio,
  section.change_text,
  section.text_block,
  section.welcome_text,
  section.code_input {
    width: 84%;
    margin: 20px 8%;
  }
}
@media screen and (max-width: 760px) {
  section.final_form,
  section.change_radio,
  section.change_text,
  section.text_block,
  section.welcome_text,
  section.code_input {
    width: 96%;
    margin: 20px 2%;
  }
}
.container {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  min-width: 480px;
}
